You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Harald Lucke <HL...@SEB-Karlsburg.de> on 2000/08/06 09:48:52 UTC

too much running org.apache.tomcat.startup.Tomcat

Hi all,

under linux 2.2.17, jdk 1.3 with tomcat 3.1 or 3.2beta2 i get > 10
running processes "..../java -Dtomcat.home...
org.apache.tomcat.startup.Tomcat". Under jdk 1.2.2 i get only one
process with tomcat 3.1.  I think that is normal.
Can anyone me say what that is?

Greetings Harald

Re: too much running org.apache.tomcat.startup.Tomcat

Posted by Stefan Bodewig <bo...@bost.de>.
>>>>> "HL" == Harald Lucke <HL...@SEB-Karlsburg.de> writes:

 HL> Hi all, under linux 2.2.17, jdk 1.3 with tomcat 3.1 or 3.2beta2 i
 HL> get > 10 running processes

You know you are on the wrong list, but ...

What you see are threads, native threads to be precise. Linux ps is
not smart enough to distinguish between processes and threads (which
are quite similar to processes in the kernel's view). Sun's 1.2.2
defaults to green threads, IBM's VMs always defaulted to native
threads, probably the Sun's Hotspot VM (1.3beta) uses native threads
as well - but I haven't checked that.

Stefan

RE: too much running org.apache.tomcat.startup.Tomcat

Posted by Conor MacNeill <co...@cortexebusiness.com.au>.
Harald,

You may be better off posting this to the tomcat mailing lists.

Conor


> -----Original Message-----
> From: root@post.webmailer.de [mailto:root@post.webmailer.de]On Behalf Of
> Harald Lucke
> Sent: Sunday, 6 August 2000 17:49
> To: ant-user@jakarta.apache.org
> Subject: too much running org.apache.tomcat.startup.Tomcat
> 
> 
> Hi all,
> 
> under linux 2.2.17, jdk 1.3 with tomcat 3.1 or 3.2beta2 i get > 10
> running processes "..../java -Dtomcat.home...
> org.apache.tomcat.startup.Tomcat". Under jdk 1.2.2 i get only one
> process with tomcat 3.1.  I think that is normal.
> Can anyone me say what that is?
> 
> Greetings Harald
>