Craig, I know that actually, just mistyped. I had talked to you about this earlier, but should it be creating that many threads? The issue is that there seems to be a manager thread that monitors all of these and with that many threads running, the manager starts taking up a large amount of CPU and slows the system down.
Brandon -----Original Message----- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 05, 2002 8:55 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: how many linux processes should tomcat create??? On Thu, 5 Dec 2002, Brandon Cruz wrote: > Date: Thu, 5 Dec 2002 12:30:14 -0600 > From: Brandon Cruz <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: Tomcat Users List <[EMAIL PROTECTED]> > Subject: how many linux processes should tomcat create??? > > Does anyone know how many processes tomcat should create? One for each time you start Tomcat. > When I start my > server, there are about 525 processes created. The number constantly grows > as time goes on, but I think it is related to a database connection being > left open. Those are not processes, those are threads. > > 525 seems like a lot to start with though. > > Brandon > Craig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>