Comment
|
Do you mean pooled or shared sessions?
Yes--this is managed through scripting, and the use of the
<TEACTION RELEASE "KeepOpen"> tag, which releases the
current request from the session, but keeps it open for the
next user.
Our latest download,
ftp://www.screensurfer.com/Surf3_0f.exe has Visual
Scripting support for pooled sessions.
You need to split the default installation LU_GROUP_1 into
an LU_GROUP_1 and LU_GROUP_2, so that one of those can be
pooled while the other is not.
Then, with the latest release of V3, you update the global
visual module CONTROL and define how each group is to be
managed (shared/pooled or standalone sessions).
Once CONTROL is setup, you can create a "Transaction"
visual script module that utilizes the pooled sessions.
|