Hi,
The threading implementation of the JVM depends on the OS to some
extent.  Linux uses native threads as opposed to green or p threads, so
you see more processes at the OS-level.  You can google search for any
of the above terms and you'll find a ton of references.

For the tomcat configuration reference regarding acceptCount,
minProcessors, and maxProcessors, all of which affect the number of
threads used by tomcat, see:
http://jakarta.apache.org/tomcat/tomcat-4.0-doc/config/http11.html

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Ronaldo [mailto:[EMAIL PROTECTED]]
>Sent: Saturday, August 17, 2002 10:17 AM
>To: Tomcat Users List
>Subject: Too many threads
>
>Hi,
>  I'm developing a web aplication with jsp and servlets, and I'm beging
to
>use tomcat.
>  The only problem I'm having is, when I make a stress test on my
tomcat
>(4.0.4 on RH Linux) the server create as many threads as the number of
>requests. Is this normal? shuldn't be some kind of inteligent thread
pool?
>Because, I get over 800 threads and my test machine isn't that much so
it
>crashs all the time, because tomcat is eating more than 200 M of
memory.
>Can anyone help me on this?
>
>Even not, thanks a lot,
>
>Ronaldo Florence
>
>
>--
>To unsubscribe, e-mail:   <mailto:tomcat-user-
>[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:tomcat-user-
>[EMAIL PROTECTED]>

This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to