Hi,
 
Consider two scenarios
[1]. Two session beans on one JVM interact with each other(single JVM).
[2]. One session bean call the method of another session bean
which is running on different JVM.(two JVM)
 
In which scenario we will get better performance and why?
 
Regards
Surendra

Reply via email to