Hi, some of my JSP pages take a few seconds to process. When users get impatient and request them again, without having waited for the initial request to complete, load builds up rapidly, making everything even slower and taking down tomcat completely quite soon.
Any ideas on how to prevent this? I already thought of setting an attribut in the session at the beginning of processing a page and removing it again at the end. Following concurrent requests by the same user (session) will first check if the attribute is present and just return a blank page, if it is. But what to do, if an user cancels the request, and the page isn't processed until the end, as it fails with an IOError? Isn't there any better way? I'm using Apache 1.3.29 + Tomat 5.0.19 + mod_jk2 2.04 Thank you! Thomas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]