Wiki » History » Version 1
Tijmen de Mes, 10/11/2012 10:20 AM
| 1 | 1 | Tijmen de Mes | h1. Description |
|---|---|---|---|
| 2 | |||
| 3 | Eventlet is a networking library written in Python. It achieves high |
||
| 4 | scalability by using non-blocking io while at the same time retaining |
||
| 5 | high programmer usability by using coroutines to make the non-blocking |
||
| 6 | io operations appear blocking at the source code level. |
||
| 7 | |||
| 8 | The wiki at http://wiki.secondlife.com/wiki/Eventlet is likely to be a |
||
| 9 | more current source of information than this README. Questions, |
||
| 10 | patches, and general discussion go to the eventlet mailing list: |
||
| 11 | https://lists.secondlife.com/cgi-bin/mailman/listinfo/eventletdev |