Bookmarks for tag erlang

Twisted interface to Erlang OTP in Launchpad
Tags: development, erlang, python, twisted
Twotp is an implementation of the Erlang node protocol written in Python using the Twisted networking engine. It makes possible to run an Erlang node in Python, like the Jinterface library of Erlang allows to do in Java. You can then call methods on an Erlang node or receive method calls.
Pure and simple transaction memories in Erlang
Tags: concurrency, erlang, stm, test-and-set mutex, transaction memories
Joe Armstrong describes an implementation of STM in erlang

Related tags

concurrency, development, python, stm, test-and-set mutex, transaction memories, twisted