05 September 2008 11:00
Revactor
by 2 othersRevactor is an application framework for Ruby which uses the Actor model to simplify the creation of high-performance network services.
Writing concurrent systems is one of the most difficult problems facing programmers today. Working with threads is difficult, and asynchronous approaches are confusing and difficult to work with.
Erlang-like for Ruby, nice.