Question:
We will have a large number of concurrent users using the Multi Socket Listener Connection. What is the best way to plan ahead and ensure that there are no impacts when the number of users is increased?
Environment:
CA Gen release 8.5
Answer:
We suggest stress test by simulating the setting.
From the GEN side of things, you may need to adjust timeout values in EZACONFG and/or TIRSIPEX as needed. There could also be some CICS values that may need adjusting. If you have questions on CICS values, then checking with your CICS Admin will be a good thing to do.
Our adjustments for the CA GEN product would be In EZACONFG:
ACCTIME ===> xxx Timeout Value for ACCEPT
GIVTIME ===> xxx Timeout Value for GIVESOCKET
REATIME ===> xxx Timeout Value for READ
In TIRSIPEX:
01 WORK-TIME-VALUE.
03 WORK-SELECT-SECS-DEF PIC 9(8) BINARY VALUE 0.
03 WORK-SELECT-MICROSEC-DEF PIC 9(8) BINARY VALUE xxxxxx.