> Tests show that CAS plateaus at 9 simultaneous login attempts. At that > point, the tester will aggregate logins and continue to push them through, > but at some point the multi-tasking slows down to the point that Apache > times out. The tests were isolated to authentication to confirm that > communicating to client services did not affect the login rate.
I would recommend testing against a cloned instance of your prod VM where you substitute SimpleTestUsernamePasswordAuthenticationHandler for your BindLdapAuthenticationHandler. That should give you a good sense of whether the authentication subsystem is the bottleneck, which is what I expect. I'm fairly certain that tuning your LDAP connection pools will provide improved performance regardless, but it would be helpful to compare with the stub handler to get a sense of the magnitude of the problem. M -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
