Hi,

> 
> So if each java process I see is a thread within the same VM, 
> does anyone 
> know what causes a new thread to be started?
> 

new Thread();

;-)



> Also, is there any way to know which of these are Hypersonic, 
> which are 
> Tomcat and which are jBoss?

Now you are talking...

Well - looking in the source is one route.

Profiling might help too.


I presume you have a performance problem and your trying to track down where
things are slow?  In which case look at optimisation tools....

HTH,
Chris


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to