>>>>> "Lalit" == Lalit Nagpal <[EMAIL PROTECTED]> writes:

    Lalit> hi

    Lalit> when i give the command ps -aux i see atleast 32 processes of tomcat

    Lalit> something like /usr/java/jdk1.3.1_02/bin/i386/native_threads/java -D 
/usr/java/jdk1.3

    Lalit> can anybody tell me what these 32 entries are for

All but one of those are most likely threads from a single process.  You're
obviously running on Linux.  Threads on Linux look very much like processes,
from some points of view.  In particular, the "ps" command will show one line
for every thread of a process.

What each of those threads are doing, that's a different question.  Several of
them are waiting to serve HTTP requests, others may have different tasks.

-- 
===================================================================
David M. Karr          ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to