Skip to content
Commit e06bcf2c authored by David Fifield's avatar David Fifield
Browse files

Use persistent connections in the WSGI reflector.

This improves performance quite a lot--previously we were doing a
complete TCP and TLS handshake to meek-server for every single request,
which, apart from increasing latency, also caused a lot of CPU usage on
meek-server. it was up above 80% when I checked it.

Now we reuse connections until they error out, making a new connection
if all others are currently busy.
parent d9f9913e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment