fzzzy / python-actors
Python Actors is an attempt to build an Erlang-like Actor system in Python. It uses eventlet's green thread implementation to give each Actor it's own Process, implements Address in C to hide Actors from each other, and provides a wsgi application which can be used to expose Actors to the network easily.
Clone this repository (size: 25.1 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/fzzzy/python-actors
