I have a requirement where I need to divide the functionality of an application in two groups. I want to host one group on some machines in a cluster and host other in other machines in a cluster and all teh machines should share the session of a user and a user can make calls to both the groups of functionality.
how to proceed can some one suggest
-
Dividing the cluster (2 messages)
- Posted by: rajiv s
- Posted on: July 05 2005 08:24 EDT
Threaded Messages (2)
- Dividing the cluster by Rob Misek on July 05 2005 10:39 EDT
- Dividing the cluster by prafulla C on September 06 2005 10:47 EDT
-
Dividing the cluster[ Go to top ]
- Posted by: Rob Misek
- Posted on: July 05 2005 10:39 EDT
- in response to rajiv s
Hi Rajiv,
Definitely take a look at Coherence, it allows you to share data across any number of JVMs (or clusters) in-memory. Further, our Partitioned Cache implementation allows for unlimited cache capacity in the application tier while providing fault tolerance and high availability of that data.
Later,
Rob Misek
Tangosol, Inc.
Coherence: Unlimited Cache Capacity -
Dividing the cluster[ Go to top ]
- Posted by: prafulla C
- Posted on: September 06 2005 10:47 EDT
- in response to rajiv s
Rajiv,
You can have admin server and managed servers. Admin server will forward the requests to managed servers based on the client request. Apache is a good admin/ proxy server and you can have managed server of your choice...like weblogic, websphere...
But weblogic's and webserver's session management is a bit heavier operation. Certainly, there are products available to facilitate the data in cache to share across server vms...like Gemstone's GemFire. Moreover, GemFire is characterized by ultra high application performance and high scalability with reduced data latency...
Fr detailed information:
http://www.gemstone.com/products/gemfire/enterprise.php
Hope this helps you!!
- pc/-