Find the Exponential Software extensions you want
UNIX name | Owner | Status |
---|---|---|
ggsessionhandler | Gaetano Giunta | alpha |
Version | Compatible with |
---|---|
0.1 | 4.1 |
Under high-load situations, storing all users session data in the db can become a scalability bottleneck.
The idea behind this extension is to provide alternative storage handlers for session data, such as shared memory (very fast, but only suitable when only one eZ Publish server is in use or when a sticky-session load balancer is) or memcache (useful when a pool of eZ Publish servers is served by a dumb load balancer, such as a basic round-robin dns)
NB: involves replacing some kernel files