native threads under Linux

2001-03-20 Thread Rajkumar, Joseph

Hi Folks

I am running Tomcat-3.3-m2 under Linux. I get about
50 java processes when Tomcat is running. The number of
processes keeps increasing. Is this a bug or I am doing some
thing wrong.

Even if those processes do not take up any resources
they do not look good when you do a "ps".

Any help or information will be gladly accepted.

An email to [EMAIL PROTECTED] would be appreciated.

Thanks
Joseph Rajkumar





RE: native threads under Linux

2001-03-20 Thread Varela Santoalla, Daniel

Threads in Linux appear as processes in "ps" and "top". You surely have 50
threads, not 50 processes.
Anyway, the way the kernel handles both isn't very very different.

Regards

> -Mensaje original-
> De:   [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]]
> Enviado el:   martes 20 de marzo de 2001 17:08
> Para: [EMAIL PROTECTED]
> Asunto:   native threads under Linux
> 
> Hi Folks
> 
> I am running Tomcat-3.3-m2 under Linux. I get about
> 50 java processes when Tomcat is running. The number of
> processes keeps increasing. Is this a bug or I am doing some
> thing wrong.
> 
> Even if those processes do not take up any resources
> they do not look good when you do a "ps".
> 
> Any help or information will be gladly accepted.
> 
> An email to [EMAIL PROTECTED] would be appreciated.
> 
> Thanks
> Joseph Rajkumar
>