X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=doc%2Fsession_shared.xml;h=87332f87d6217ff63417a11a806c96a4174de698;hb=601933683c68801e86c4f1380b70a8972eaa1cb1;hp=480ad35e89a3c14eda98f4275ddd870ad6048821;hpb=3eb87f587055cb7a8b57c05a18fba57b59b13928;p=metaproxy-moved-to-github.git diff --git a/doc/session_shared.xml b/doc/session_shared.xml index 480ad35..87332f8 100644 --- a/doc/session_shared.xml +++ b/doc/session_shared.xml @@ -1,9 +1,11 @@ + + %idcommon; ]> - - + + session_shared 3mp @@ -12,13 +14,19 @@ session_shared - Module for sharing result-sets etc. between threads + Metaproxy Module for sharing system ressorces between + threads DESCRIPTION - This module allows many Z39.50 frontend sessions to share - a number of backend sessions. The purpose is this filter is to: + 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. + It performs the following actions: @@ -27,7 +35,7 @@ - Reduce number of Initializations with backend servers. + Reduce the number of initializations with backend servers.