Due to large number of Spring beans, I am wondering what proper technology is
to distribute these beans into different JVMs (in different boxes), and make
them collaborate each other like one JVM/box. For example, if I have 10
beans, I need 4 beans will be loaded from JVM 1 and the other 6 from JVM 2.
When user visits these 10 beans, they are treated as in one box. I don't
think it is scenario for load balance since I want to each box to handle
partial unique beans. Main reason for doing this is for saving memory and
boosting performance.  
-- 
View this message in context: 
http://www.nabble.com/How-to-distribute-Spring-beans-into-diff.-jvms-boxes--tf2928730s2369.html#a8188080
Sent from the AppFuse - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to