News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Alvaro Videla's Blog:
Erlang as Session Storage for PHP
January 19, 2010 @ 15:52:07

Alvaro Videla has a different sort of suggestion for storing the sessions for your application - use Erlang.

In the last few days I been playing with the PHP extension mypeb which allows us to connect to Erlang from PHP. As a simple example to show what we can do with this extension I will create a PHP class that will be used as the session_save_hanlder for PHP. [...] I will like to try something different by using this class to interact with an Erlang node that will act as the in memory storage for our sessions using ETS tables.

He uses the session_set_save_handler PHP function to point the application to a new location (away from the default filesystem handling) and to a custom ErlangSessionHandler object's "open" method. Also included are "close", "read" and "write" methods that let PHP talk directly to the Erlang instance. Code snippets are included.

0 comments voice your opinion now!
erlang session storage tutorial



Similar Posts

DevShed: Debugging Program Flow with the Xdebug Extension

Zend Developer Zone: Reading and Writing MP3 and Photo Metadata with PECL

PHPBuilder.com: A Twist In Namespaces

Sameer Borate's Blog: Anonymous functions in PHP

Daniel Cousineau's Blog: Displaying N-Deep Trees (Remember Your Algorithms Course?)


Community Events

phpnw10 PHP Conference 09/10/2010




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


symfony plugin database opinion framework example conference suggestion book podcast application unittest zendframework job curl wordpress development codeigniter phpunit developer

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