[jboss-user] [Clustering/JBoss] - Re: Stress test of jboss clustering

bstansberry@jboss.com do-not-reply at jboss.com
Thu Dec 11 22:47:46 EST 2008


I'm not sure from your description exactly what it is you are doing, but I suspect your client threads are running in the JBoss server VM.  In that case, JBoss will detect that the client is in the same VM and will route invocations to the local bean as a performance optimization.

When we load/stress test EJB clustering we run the clients in a separate VM.  You don't need a separate process per client; you can spawn multiple threads in the client VM.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196122#4196122

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196122



More information about the jboss-user mailing list