D
David Cleary
Guest
PAS is designed to use resources efficiently, so it will route all requests to the first agent in the list that has available connections. Unfortunately, when we chose the default value of 16 for maxConnections, we didn’t have the runtime experience to choose a better number. This will limit to amount of concurrent requests an agent will handle to 16 before routing to other agent processes. The multi-session agent can handle hundreds of concurrent requests, depending on your application. What are you currently using for your maxConnections property? Dave
Continue reading...
Continue reading...