From: Adam Dickmeiss Date: Thu, 18 Jan 2007 09:39:38 +0000 (+0000) Subject: session_shared X-Git-Tag: METAPROXY.1.0.8~18 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=7ce51785237011a34d8147221cc10e3bf73497f9;p=metaproxy-moved-to-github.git session_shared --- diff --git a/doc/book.xml b/doc/book.xml index a62cc4d..d7e7383 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -18,7 +18,7 @@ --> ]> - + Metaproxy - User's Guide and Reference @@ -849,18 +849,13 @@ Figure out what additional information we need in: <literal>session_shared</literal> (mp::filter::SessionShared) - When this is finished, it will implement global sharing of + This filter implements global sharing of result sets (i.e. between threads and therefore between clients), yielding performance improvements especially when incoming requests are from a stateless environment such as a web-server, in which the client process representing a session - might be any one of many. However: + might be any one of many. - - - This filter is not yet completed. - -