Hi,

> -----Original Message-----
> From: Jim Archer [mailto:[EMAIL PROTECTED]]
> 
> My question is, are each of these a seperate VM or different 
> processes 
> running within the same VM?

See http://www.jguru.com/faq/view.jsp?EID=125066


> 
> Also, what causes the number of java processes to change? 
> Does jBoss make 
> more instances of itself as the load increases, or is it a 
> matter of Tomcat 
> needing a bean and making a jBoss instance to service a transaction?
> 

So - the processes are really just threads.  It would then depend on who
creates a thread - I am sure tomcat creates threads as part of its load
balancing and similarly jboss does too.

HTH,
Chris


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

Reply via email to