From 7ce51785237011a34d8147221cc10e3bf73497f9 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 18 Jan 2007 09:39:38 +0000 Subject: [PATCH] session_shared --- doc/book.xml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) 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. - -
-- 1.7.10.4