X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fwebserver%2Ffaq%2Ftrouble.html;h=3b6b2747d95e489d7644c799e730c4862ba63b70;hp=fce21c85bf134e80cc911174c610c5d6eadaf51d;hb=3db7a58b2bbed7b6356b2a0600e93ec4f2846499;hpb=5ab2d9bcbabfa4eee261cd89727d808411cfb381 diff --git a/doc/webserver/faq/trouble.html b/doc/webserver/faq/trouble.html index fce21c85..3b6b2747 100644 --- a/doc/webserver/faq/trouble.html +++ b/doc/webserver/faq/trouble.html @@ -84,7 +84,7 @@ CLASS="SECT2" >

5.1. I cannot connect to any websites. Or, I am getting

5.3. I just added a new rule, but the steenkin ad is still getting through. How?

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".