News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Adam Pullen's Blog: Execution Filters in Symfony

Mikko Koppanen's Blog: Pretty Thumbnails

Danne Lundqvist: Using Xdebug in MAMP

ProDevTips.com: Parsing tags with Zend Feed

DevShed: Searching and Replacing Nodes with SimpleXML in PHP 5 (Part 3)


Community Events











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


podcast community opinion phpunit functional zendframework2 interview framework database rest introduction example development symfony2 series testing language conference release usergroup

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