Re: Tomcat thread management like Apache mpm-worker

2007-07-21 Thread Juha Laiho
Miguel Angel Tormo wrote: > I have a few questions regarding the process and thread management with > Tomcat: > Is there a way to achieve some sort of process-threads handling such as that > of the mpm-worker of Apache http server? > I ask that question because I am using Tomcat 5.5 with JDK 1.4

RE: Tomcat thread management like Apache mpm-worker

2007-07-13 Thread Caldarale, Charles R
> From: Miguel Angel Tormo [mailto:[EMAIL PROTECTED] > Subject: Tomcat thread management like Apache mpm-worker > > I ask that question because I am using Tomcat 5.5 with JDK > 1.4 in Linux 2.6 and I have only one process running, so it > is using only one CPU for all the t

Tomcat thread management like Apache mpm-worker

2007-07-13 Thread Miguel Angel Tormo
Hi all, I have a few questions regarding the process and thread management with Tomcat: Is there a way to achieve some sort of process-threads handling such as that of the mpm-worker of Apache http server? I ask that question because I am using Tomcat 5.5 with JDK 1.4 in Linux 2.6 and I have on