I
Irfan
Guest
Hi Dshebeko, When you mentioned the sessionpoolsize, where does it imply. Does it imply at the webserver(tomcat) or at the appserver broker. As you are doing load testing on the OpenEdge Application server, I would like to know if you have applied the below setting at the OpenEdge Appservers to make sure maximum number of requests are been processed by it. 1. In tomcat(make sure that you maxthreads = number of threads you are running at your Java client) 2. Check for the below properties for the number of agents initialSrvrInstance( The number of agents that you want to start as soon as you start your appserver broker) maxSrvrInstance( maximum number of agents you want to have for a broker when you scale) In-addtion to that, the property "maxClientInstance" will tell you how many concurrent clients a broker could handle. By default this property is 512, so you need to think about if you client connections are more than that. These settings are expected to configured before performing load testing. Let me know if you have any questions.
Continue reading...
Continue reading...