X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=doc%2Fsession_shared.xml;h=24b7ee8f4c7360ea50af3a33135acc39ea4e1be8;hb=637a685d61a9ff0e3f398a59da426979815c4d68;hp=480ad35e89a3c14eda98f4275ddd870ad6048821;hpb=3eb87f587055cb7a8b57c05a18fba57b59b13928;p=metaproxy-moved-to-github.git diff --git a/doc/session_shared.xml b/doc/session_shared.xml index 480ad35..24b7ee8 100644 --- a/doc/session_shared.xml +++ b/doc/session_shared.xml @@ -1,9 +1,11 @@ + + %common; ]> - - + + 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.