Hi,
We are running Tomcat 5.5.25 on a Solaris 10 server. 
We use jsvc to start Tomcat on port 443.
When starting I can see as expected 2 process one owned by root and one
owned by tomcat.

In production I can see multiple tomcat processes, one owned by root and
the others owned by tomcat.
By looking at parent id's I can see that root only has created one
tomcat process and this process has created the others. 
Most of the web pages use JSP but some use old perl programs.
After a while we get java.io.IOException: Not enough space when trying
to run a perl program.

Not this is not light weight processes I'm talking about!

I thought that Tomcat 5.5 should not start any new processes and just
use threads (or light weight processes)!

So the questions are: why does Tomcat (or jsvc) start new processes and
how can I prevent it?

Thanks
Gunnar

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to