X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=doc%2Fsession_shared.xml;h=e9870453ff1dfb8cbfdcf30d5fca949c70697ec3;hb=7216ebcd3cc22c1d47010a94d5152f7ae3a53609;hp=480ad35e89a3c14eda98f4275ddd870ad6048821;hpb=3eb87f587055cb7a8b57c05a18fba57b59b13928;p=metaproxy-moved-to-github.git diff --git a/doc/session_shared.xml b/doc/session_shared.xml index 480ad35..e987045 100644 --- a/doc/session_shared.xml +++ b/doc/session_shared.xml @@ -1,9 +1,10 @@ + + %idcommon; ]> - - + session_shared 3mp @@ -12,13 +13,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 +34,7 @@ - Reduce number of Initializations with backend servers. + Reduce the number of initializations with backend servers.