> From: thebugslayer [mailto:[EMAIL PROTECTED] 
> When I start tomcat using /opt/tomcat/bin/catalina.sh start, I get 21
> processes that running the same command(different PIDs).

Tomcat uses Java threads.  Java threads are implemented as Linux threads
on Linux.  Each Linux thread appears to be a process as far as ps is
concerned.  What you're seeing is one Tomcat memory space with 21
threads.

                - Peter

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to