News Feed
Jobs Feed
Sections




News Archive
BinarySludge.com:
Redundant and Fault Tolerant PHP Session Storage
January 14, 2011 @ 10:05:10

New on BinarySludge.com today there's a tutorial looking at redundant and fault tolerant session storage via a few different technologies that can store session data with a custom session handler.

If a PHP application has deeply embedded usage of the $_SESSION superglobal, removing state is difficult. Instead removing the dependency between a user's session data and the single server it's stored on achieves the same fault tolerance.

They focus on a REST-ful approach to session handling, that it should be "kept entirely on the client" so there's no issue if something happens to the primary session data source. They point out that, while the technologies that can be used to replace it are similar, there's still some issues around using things like memsached, Sharedance, Hazelcast or MySQL to store session details.

0 comments voice your opinion now!
session storage redundant alternative


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: George Schlossnagle Presents Talk on High Performance PHP

Court Ewing's Blog: A Simple Alternative to Global Registry Dependency

Sameer Borate's Blog: The benefits of colon syntax for control structures

Stefan Esser's Blog: What site do you want to break today?

PHP in Action Blog: Flash Messages


Community Events











Don't see your event here?
Let us know!


community tool development language series functional object framework example opinion podcast interview composer release introduction unittest conference testing zendframework2 code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework