Ruby and Erlang process bridge

Posted by Michael Thu, 10 May 2007 16:29:00 GMT

Erlang is a really great language for problem areas where a distributed system is involved, but it lacks the huge number of libraries that Ruby has. Wanna have your cake and eat it too? Yep, so do we. Enter Erlectricity, a Ruby to Erlang bridge.

It’s already on rubyforge, install it with:
sudo gem install erlectricity

We’re actively prototyping a software solution that would be better in Erlang as it needs to be massively concurrent (think deep packet inspection at 750Mbits). Two libraries we need for aggregation exist in Ruby but not Erlang. Now we can bridge the two and let Erlang do it’s thing and Ruby do what it does best, just not so fast.

Posted in , , , ,  | no comments | no trackbacks