|
Project Information
Links
|
The goal of Concurrence is to provide an easier programming model for writing highly concurrent network applications in Python than existing solutions (Multi-threading, Twisted, Asyncore etc). Another goal is to do this while retaining the high performance (high concurrency, low-latency) of the event driven model (Twisted/Asyncore). The Concurrence Framework takes a Lightweight-processes-with-message-passing approach to concurrency. Note: this page is just a placeholder on google code. The project home can be found here... Question can be directed to the forum hosted here... (google groups) |