News Feed
Jobs Feed
Sections




News Archive
Alvaro Videla's Blog:
Erlang as a Fast Key Value Store for PHP
March 08, 2010 @ 13:37:51

Alvaro Videla has submitted a new post he's written up combining PHP and Erlang yet again, but this time he's using it to just store key/value pairs rather than for session data.

In this post I want to show you some of the neat things that can be done with the PHP-Erlang Bridge extension: A Key Value Store. Erlang comes packed with a Key Value store in the form of the ETS module. This is database is pretty fast and efficient for storing the Erlang terms in memory.

He tried a proof of concept to see how well the system would respond and was able to push over 150k items into the storage in one second. Sample code and instructions on getting the bridge working are included in the post.

1 comment voice your opinion now!
erlang keyvalue store benchmark extension bridge


blog comments powered by Disqus

Similar Posts

Richard Thomas' Blog: Performance of Zend_Loader

Developer.com: Combining an Oracle Database with PHP to Manage Data

AllForces.com: PHP and the iTunes Music Store

Ryan Mauger's Blog: Keeping your html valid with Zend Framework, Tidy and Firebug

Sebastian Bergmann's Blog: Flickr: The Real World PHP 5 Benchmark


Community Events











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


development zendframework2 code unittest api opinion series database interview phpunit functional composer community framework release example testing language introduction podcast

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