You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Caldarale, Charles R" <Ch...@unisys.com> on 2009/03/04 15:57:19 UTC

RE: Management philosophies in regards to MaxThreads and limit on openfile descriptors

> From: Andrew Feller [mailto:afelle1@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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org