AW: java processes created by tomcat

2003-06-17 Thread Hans Schmid
See http://tomcatfaq.sourceforge.net/linx.html cheers, Hans > -Ursprüngliche Nachricht- > Von: siddharth [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 17. Juni 2003 12:13 > An: [EMAIL PROTECTED] > Betreff: java processes created by tomcat > > > hello, >

Re: java processes created by tomcat

2003-06-17 Thread jean-frederic clere
siddharth wrote: hello, I am running following servers on my linux machine The JVM you use use clone() to create threads. Each thread looks like one process for ps, top etc. That is normal. 1. tomcat4 using many JSPs and Servlets 2. apache 3. qmail 4. postgresql etc. Tomcat is the only proc

java processes created by tomcat

2003-06-17 Thread siddharth
hello, I am running following servers on my linux machine 1. tomcat4 using many JSPs and Servlets 2. apache 3. qmail 4. postgresql etc. Tomcat is the only process which is usijg java. when i do 'top' and 'sort by memory usage' i get following output. -