-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Clinton,
Parham, Clinton wrote: > How do I keep my web application responsive for users already half way > through an enrollment process when traffic volume is high? Depending on how far you want to go, you might be able to use one server to accept connections and begin enrollments. Once the enrollment is "started", you could hand the user off to another server where the real enrollment work is done. Meanwhile, newly arriving users (who have not yet started) queue up and possibly timeout attempting to connect to the first server. Your enrolling users continue through the process. Once enrollment is complete, or maybe when their session dies (in case of a session timeout), you can notify the queuing server that there's an "opening" in the enrollment process, and another user can start the process. This is sort of crude and requires additional hardware (or, at least a separate server process), but will solve your problem of locking-out users who you consider privileged. Hope that helps, - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGgm589CaO5/Lv0PARAiTVAJ4lxuJzs+Q0uramvMnZqj22ttuitACZARU7 t4WCdpYb39V2t0nCHopK4Xg= =Fk3f -----END PGP SIGNATURE----- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]