[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Load Balancing the PAS 11.6.3

  • Thread starter Thread starter David Cleary
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top