Concurrence Framework 0.3 released
[Posted March 16, 2009 by cook]
| From: |
| Henk <henkpunt-AT-gmail.com> |
| To: |
| comp-lang-python-announce-AT-moderators.isc.org |
| Subject: |
| Concurrence Framework 0.3 Released |
| Date: |
| Fri, 13 Mar 2009 09:19:35 -0700 (PDT) |
| Message-ID: |
| <43b742e2-fd60-476a-9fbb-766e2353d3f3@c11g2000yqj.googlegroups.com> |
| Archive-link: |
| Article, Thread
|
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).
Concurrence uses Lightweight tasks in combination with libevent to
expose a high-level synchronous API to low-level asynchronous IO.
http://opensource.hyves.org/concurrence/
--
http://mail.python.org/mailman/listinfo/python-announce-list
Support the Python Software Foundation:
http://www.python.org/psf/donations.html
(
Log in to post comments)