Ticket #710 ( Pending Customer )

Short Description pre-open sessions
Entered By: tnicola@newholland.com When: 2001-03-27 04:11:12 Build: 3.0.0F Bet
Categories Type: Question   Department: Product   Category: Not Categorized
Description
Hello,

I would like to known if with TN5250, it's possible to have 
somes pre-opened sessions to our AS/400 ?

Thanks

Thierry
Append By: WindSurfer  When: 2001-03-27 07:13:25  New Status: Pending Customer
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.