Hehl, Thomas wrote:
What I don't understand is that every time someone hits our site, tomcat
spawns several more processes and they never go away. This same tomcat
and webapp are currently running on nearly 40 servers and they all only
have two processes except this one that spawns about 8 processes with
every hit.
Some linux kernels / JDKs shows java threads as separate processes. Check pstree output and java thread dump (kill -3 <TOMCAT_PID>).

--
Mikolaj Rydzewski <m...@ceti.pl>


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

Reply via email to