-
sharing session across clusters (2 messages)
- Posted by: rajiv s
- Posted on: July 05 2005 08:21 EDT
I need to know how I can have the same session object shared across clusters in websphereThreaded Messages (2)
- sharing session across clusters by Rob Misek on July 05 2005 10:34 EDT
- sharing session across clusters by prafulla C on September 06 2005 10:27 EDT
-
sharing session across clusters[ Go to top ]
- Posted by: Rob Misek
- Posted on: July 05 2005 10:34 EDT
- in response to rajiv s
Hi Rajiv,
The Coherence*Web HttpSession management module, built on top of our Coherence clustered caching and data management product. Coherence*Web allows you to share sessions across clusters, across applications and even across heterogeneous application servers.
Later,
Rob Misek
Tangosol, Inc.
Coherence: Bringing data to where you use it -
sharing session across clusters[ Go to top ]
- Posted by: prafulla C
- Posted on: September 06 2005 10:27 EDT
- in response to Rob Misek
Rajiv,
GemFire (from GemStone Systems) offers mutliple topologies for session caching. These include pure peer-to-peer model or a cache server model with replication that can be used to cache sessions outside of the appserver JVMS and avoide expensive replication. It also supports disk overflow so that passive sessions can be moved to disk with in-memory indexes for optimized access to sessions overflown to disk.
Also, GemFire based architectures are characterized by reduced data latency, enhanced scalability, and increased performance for new application server, portal and integration deployments
More information is accessible at:
http://www.gemstone.com/products/gemfire/enterprise.php
- pc/-