> From: Roland Rabben [mailto:[EMAIL PROTECTED] 
> Subject: Connection pool problem
> 
> My application has many clients that perform automatic download of new
> files and send status information back to the server.

AFAIK, there's nothing in the Tomcat configuration that provides per-app
(or sub-app) throttling.  However, within your webapp, you should be
able to keep track of the number of concurrent downloads (e.g., with a
static synchronized integer in the associated servlet), and simply
reject requests that exceed your desired limit.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
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