RSS

Recent news

Reading Serialized PHP Objects from Erlang

Richard Jones - RJ - September 28, 2008

I started writing some Erlang recently. The vast majority of data I need to access from Erlang resides in cached, serialized php objects. Here’s what I came up with to turn a serialized php object into a sort of nested Erlang proplist thing. <?php $s…

More (0 comments)

Reading Serialized PHP Objects from Erlang

Richard Jones - RJ - September 28, 2008

I started writing some Erlang recently. The vast majority of data I need to access from Erlang resides in cached, serialized php objects. Here’s what I came up with to turn a serialized php object into a sort of nested Erlang proplist thing. <?php $s…

More (0 comments)

Reading Serialized PHP Objects from Erlang

Richard Jones - RJ - September 28, 2008

I started writing some Erlang recently. The vast majority of data I need to access from Erlang resides in cached, serialized php objects. Here’s what I came up with to turn a serialized php object into a sort of nested Erlang proplist thing. <?php $s…

More (0 comments)

Reading Serialized PHP Objects from Erlang

Richard Jones - RJ - September 28, 2008

I started writing some Erlang recently. The vast majority of data I need to access from Erlang resides in cached, serialized php objects. Here’s what I came up with to turn a serialized php object into a sort of nested Erlang proplist thing. <?php $s…

More (0 comments)

Reading Serialized PHP Objects from Erlang

Richard Jones - RJ - September 28, 2008

I started writing some Erlang recently. The vast majority of data I need to access from Erlang resides in cached, serialized php objects. Here’s what I came up with to turn a serialized php object into a sort of nested Erlang proplist thing. <?php $s…

More (0 comments)

Reading Serialized PHP Objects from Erlang

Richard Jones - RJ - September 28, 2008

I started writing some Erlang recently. The vast majority of data I need to access from Erlang resides in cached, serialized php objects. Here’s what I came up with to turn a serialized php object into a sort of nested Erlang proplist thing. <?php $s…

More (0 comments)

Erlang libketama driver - Consistent Hashing

Richard Jones - September 28, 2008

All the data I need from memcached is assigned to servers using a consistent hashing mechanism, implemented as libketama - a shared library written in C. We use a php extension to wrap this, and also have a pure java implementation. Rather than port the…

More (0 comments)

CouchDB Screencast

Best of Erlang - noreply@blogger.com (Dein Bär) - September 27, 2008

Another interesting screencast from PeepCode this week, which I came to know because of their screencast and pdf on the Git distributed revision control system.Otherwise they seem to focus on Ruby on Rails.This time they teamed up with Jan Lehnardt of CouchDB, who wrote:Hello everybody,Geoffrey…

More (4 comments)

Memoize Erlang function calls

Nick Gerakines - September 27, 2008

The Erlang workshop has been a blast so far. Just wrote this quick snippet to memoize Erlang function calls. Enjoy! Using it is pretty simple. Just start the memoize server and then send mfas to it. 1> memoize:start(). 2> memoize:memoize(fun module:function/0, [Arguments]).

More (0 comments)

Reading Serialized PHP Objects from Erlang

Richard Jones - September 27, 2008

I started writing some Erlang recently. The vast majority of data I need to access from Erlang resides in cached, serialized php objects. Here’s what I came up with to turn a serialized php object into a sort of nested Erlang proplist thing. <?php $s…

More (0 comments)

« First  <  967 968 969 970 971 >  Last »