> From: Andrew Feller [mailto:afel...@lsu.edu]
> Subject: Management philosophies in regards to MaxThreads and
> limit on openfile descriptors
>
> 1. Are there any general philosophies to tuning Tomcat to support
>    a high number of maxThreads (1000+)?

Use 64-bit hardware, OS, and JVM.

> 2. Is there any rule of thumb for determining the appropriate number
>    of open file descriptors?

That's completely application dependent.

> 3. What costs are associated with granting higher amounts of open
>    file descriptors?

Mostly the virtual memory for the process, which is why you likely will need a 
64-bit environment.

 - 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 unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to