descriptionChiral networking/threading library
ownerj4cbo
last changeThu, 15 Apr 2010 20:40:07 +0000
readme

Chiral

Chiral is a lightweight coroutine-based networking framework for high-performance internet and Web services.

Coroutines in Chiral are based on Python 2.5's generators, as specified in PEP 342. The Coroutine class wraps around a generator and handles scheduling. Coroutines are expected to yield WaitConditions, which carry the conditions for the coroutine to be resumed again. This makes asynchronous networking simple and straightforward; see the API documentation (docstrings) for more.

On top of Coroutines, Chiral provides:

Chiral development is currently inactive. Source is available from git.

shortlog
2010-04-15 Jacob Potteradd header to readme master
2010-04-15 Jacob Potterput README in repo
2010-04-15 Jacob PotterREADME test
2008-05-18 jacobdoc
2008-05-18 jacobinitial checkin of doc tools
2008-05-18 jacobtest commit
2008-05-18 jacobtest commit
2008-05-18 jacobtest commit
2008-03-10 jacobfix incorrect wait_for_readable call in TCPConnection
2008-01-05 jacobMore doc updates.
2008-01-04 jacobDocumentation for chiral.web.framework
2008-01-04 jacobDocs for chiral.web.servers
2008-01-04 jacobMore documentation fixes.
2008-01-04 jacob- chiral.web.httpd documentation updates
2008-01-04 jacobDocumentation updates.
2008-01-03 jacobThread pool:
...
heads
3 years ago master