Overview
Eventlet is a networking library written in Python. It achieves high scalability by using non-blocking io while at the same time retaining high programmer usability by using coroutines to make the non-blocking io operations appear blocking at the source code level.
The wiki at http://wiki.secondlife.com/wiki/Eventlet is likely to be a more current source of information than this README.
Members
Manager: Adrian Georgescu, Dan Pascu, Saúl Ibarra Corretgé, Tijmen de Mes
Developer: Adrian Georgescu, Dan Pascu, Saúl Ibarra Corretgé, Tijmen de Mes
Reporter: Adrian Georgescu, Dan Pascu, Saúl Ibarra Corretgé, Tijmen de Mes
Editor: Adrian Georgescu, Dan Pascu, Saúl Ibarra Corretgé, Tijmen de Mes