You're probably right about all the threads coming from the java
upgrade. We didn't have so many thread with java 1.1.8.
David Knaack wrote:
>
> From: "Trevor Little" <[EMAIL PROTECTED]>
> > Hmmm, we don't have any virtual domains.
>
> Each instance of tomcat that you run will start up some number
> of java threads (as will any other java apps you are running).
>
> Try the command below to see the relationship of the java processes
> to each other.
>
> ps -A --forest | grep java
>
> > As for going with java 1.3, I don't know really. I guess the
> > best answer is, just because.
>
> Thats as good a reason as any. But did you notice the multiple
> java processes under your old java 1.1.8 ?
>
> I submit that the additional java processes/threads you are
> seeing are due to the upgrade to java 1.3.0, rather than the
> change to tomcat 3.2.
>
> dK