colin_ wrote:
> hello everyone
> while testing our website (running with a java servlet) i noticed that an
> impacient user could overload our database server. since some sites need
> alot of time to load, an impacient user can click multiple times on the same
> link. i thought tomcat would notice this, and block the further requests and
> only respond to the first. but tomcat really seems to handle every single
> request!
> my question is, where to prohibit this possible overload. is it a
> tomcat-configuration issue, or mine due to false request handling?

It is something you need to handle within your application.

This has been discussed before in the archives. Try searching
http://tomcat.markmail.org/ for "multiple requests"

Mark



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to