Thanks for the insight -- however, a thread or a process by any other name still 
smells the same when it is spawning out of control (it stinks ;-)  Maybe you can help 
me understand what information the "px" command offers for solving this problem.  
Remember, when I use JDK 1.2 only one thread shows up, but if I switch to JDK 1.3 or 
JDK 1.4 the number of threads starts at 35 when I start Tomcat, then grows out of 
control as the website is used. 

-----Original Message-----
From: Sexton, George [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 10, 2002 5:33 PM
To: Tomcat Users List
Subject: RE: Tomcat, Linux and new JDK


You really need to understand that it's not showing processes, but THREADS

Let me repeat this for all those using Linux:

THREADS IN LINUX SHOW UP AS PROCESSES WHEN YOU RUN PS.

run

px -xfa

and you will see a very nice line chart that shows all of the THREADS being
a child of the main process.

If this totally freaks you out, switch to green threads.

George Sexton
MH Software, Inc.
Voice: 303 438 9585
http://www.mhsoftware.com


-----Original Message-----
From: Wick Swain [mailto:[EMAIL PROTECTED]]
Sent: 10 July, 2002 2:08 PM
To: Tomcat Users List
Subject: Tomcat, Linux and new JDK


Is anyone out there successfully using Tomcat with JDK1.3 or JDK1.4 on a
linux box?

I have JDK1.2.2 working fine, but when I upgrade to JDK1.3 or JDK1.4 Tomcat
starts spewing out processes and chews up all my memory (as seen by running
"ps -ef | grep java" command), so I'm wondering if anyone is using this
combination successfully.  Thanks for any input.

--
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]>


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

Reply via email to