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

DevShed: Polymorphism, Design Patterns, and PHP Programming

ProDevTips.com: Writing a CMS/Community with Smarty and the Zend Framework: Part 9

Keith Casey's Blog: php|Tek 2009: Unconference Unchaos

PHPBuilder.com: Using SPL Iterators in PHP to Interact with Different Data Types

Sameer Borate's Blog: Generating a color palette from a image in php


Community Events











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


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

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