Concurrence
Concurrence is a framework for creating massively concurrent network applications in Python. It takes a Lightweight-tasks-with-message-passing approach to concurrency. The goal of Concurrence is to provide an easier programming model for writing high performance network applications than existing solutions (Multi-threading, Twisted, asyncore etc).
Install / Use
/learn @concurrence/ConcurrenceREADME
This is the README for the Concurrence Framework.
For more information, please refer to http://opensource.hyves.org/concurrence
Please refer to INSTALL.TXT for instructions on installing Concurrence
