From: Fabian Keil Date: Thu, 19 Feb 2009 16:59:41 +0000 (+0000) Subject: Add a Notes section for the keep-alive-timeout description. X-Git-Tag: v_3_0_11~13 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=58fc13842e833d2e1fd34a2796b9cfaec6c5a3cb;p=privoxy.git Add a Notes section for the keep-alive-timeout description. --- diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml index b19ed749..b91e557f 100644 --- a/doc/source/p-config.sgml +++ b/doc/source/p-config.sgml @@ -3,7 +3,7 @@ Purpose : Used with other docs and files only. - $Id: p-config.sgml,v 2.39 2009/02/12 15:39:22 fabiankeil Exp $ + $Id: p-config.sgml,v 2.40 2009/02/15 07:56:26 fabiankeil Exp $ Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -95,7 +95,7 @@ Sample Configuration File for Privoxy v&p-version; - $Id: p-config.sgml,v 2.39 2009/02/12 15:39:22 fabiankeil Exp $ + $Id: p-config.sgml,v 2.40 2009/02/15 07:56:26 fabiankeil Exp $ Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ @@ -2423,6 +2423,24 @@ forward-socks4, forward-socks4a and forward-socks5 + + Notes: + + + Note that reusing connections doesn't necessary cause speedups. + There are also a few privacy implications you should be aware of. + + + Outgoing connections are shared between clients (if there are more + than one) and closing the client that initiated the outgoing connection + does not affect the connection between &my-app; and the server unless + the client's request hasn't been completed yet. If the outgoing connection + is idle, it will not be closed until either Privoxy's + or the server's timeout is reached. While it's open, the server knows + that the system running &my-app; is still there. + + + Examples: