>From following link, it seems clustering isn' t the answer I am looking for,

http://forum.springframework.org/showthread.php?t=32054&highlight=cluster


Matt Raible-3 wrote:
> 
> You should be able to use Terracotta for Spring (now open source) to
> cluster Spring beans b/w JVMs.
> 
> http://terracottatech.com/terracotta_spring.shtml
> 
> If you do this, please let us know - it'd be great to have a tutorial
> on how to do this.
> 
> Matt
> 
> On 1/5/07, kkus <[EMAIL PROTECTED]> wrote:
>>
>> 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]
>>
>>
> 
> 
> -- 
> http://raibledesigns.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-to-distribute-Spring-beans-into-diff.-jvms-boxes--tf2928730s2369.html#a8222779
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