X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fwebserver%2Ffaq%2Ftrouble.html;h=c32a52518ad1de9da3fb767a00bb0621b87b9c8a;hb=0e2689b01344ca56965bd0a94ba5da76a42626df;hp=1f5530fed2e04d323a256f136b781803424d03d3;hpb=c87d7912775599a8a23e38db1f02d86dd0a3c5d1;p=privoxy.git diff --git a/doc/webserver/faq/trouble.html b/doc/webserver/faq/trouble.html index 1f5530fe..c32a5251 100644 --- a/doc/webserver/faq/trouble.html +++ b/doc/webserver/faq/trouble.html @@ -1161,6 +1161,57 @@ CLASS="APPLICATION" configure Privoxy to block these ports as well, so it doesn't trigger the selinux warnings.

5.23. I compiled Privoxy with Gentoo's portage and it appears to be very slow. Why?

Probably you unintentionally compiled Privoxy without threading support + in which case requests have to be serialized and only one can be served + at the same time.

Check your "USE" flags and make sure they include + "threads". If they don't, add the flag and rebuild Privoxy.

If you compiled Privoxy with threading support (on POSIX-based systems), + the "Conditional #defines" section on http://config.privoxy.org/show-status + will list "FEATURE_PTHREAD" as "enabled".