X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=doc%2Fsession_shared.xml;h=87332f87d6217ff63417a11a806c96a4174de698;hb=94e341af1ed1bcb064089db64836015844c3dcd7;hp=5bc35ca335a8c5564dca4e0cd77740a8f199f240;hpb=a195993d409a326e940814b4ac9ebd2f7eae0471;p=metaproxy-moved-to-github.git diff --git a/doc/session_shared.xml b/doc/session_shared.xml index 5bc35ca..87332f8 100644 --- a/doc/session_shared.xml +++ b/doc/session_shared.xml @@ -1,9 +1,11 @@ + + %idcommon; ]> - - + + session_shared 3mp @@ -12,23 +14,79 @@ session_shared - Module for sharing result-sets etc. between threads + Metaproxy Module for sharing system ressorces between + threads DESCRIPTION - This module is experimental and NOT SUPPORTED. When complete, it - will enable Metaproxy to share resources such as result-sets - between multiple threads, yielding performance improvements. + 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: + + + + Reduce the number of backend server sessions. + + + + + Reduce the number of initializations with backend servers. + + + + + Optimize the use of result-sets. + + + + + + Configurable values: + + Session TTL + + + When a backend session is idle for more than this amount of + time, given in seconds, it will be closed. Default value + is 90 seconds. + + + + Result-Set TTL + + + When a backend session result-set is not in use for more than this + amount of time, given in seconds, it will be deleted/reused. + Default value is 10 seconds. + + + + Result-Set max + + + This specifies the maximum number of result-sets in use by + a backend. The number only applies to targets/servers with named + result sets. Targets that do not support named result sets + may only have one active result set. Default value is 10. + + + + EXAMPLES - A typical configuration looks like this: + Configuration: - ### Not yet defined + + ]]>