kpdyer / fteproxy

programmable proxy for censorship circumvention
https://fteproxy.org/
Apache License 2.0
149 stars 21 forks source link

Under normal load, fteproxy fails to terminate worker threads #115

Closed kpdyer closed 10 years ago

kpdyer commented 10 years ago

When using fteproxy under normal load conditions, fteproxy is not terminating threads normally. This manifests itself as near 100% CPU usage for both client and server, even when there is no network activity.

This appears is a regression

oxtoacart commented 10 years ago

@kpdyer Just tested this with LittleProxy and it's much better. For some reason it still can take half a minute to a minute for CPU usage to settle down, but it does settle down back to under 1%.

Thanks!