Difference between revisions of "Eventlet"
Jump to navigation
Jump to search
Which Linden (talk | contribs) (→Eventlet: Updated to include correct repository info, and also removing bullet point about SSL since we fixed that.) |
Which Linden (talk | contribs) (eventlet.net supersedes this page) |
||
Line 3: | Line 3: | ||
Eventlet is a networking library written in Python. It achieves high scalability by using [http://en.wikipedia.org/wiki/Non-blocking_IO#Select.28.2Fpoll.29_loop non-blocking io] while at the same time retaining high programmer usability by using [http://en.wikipedia.org/wiki/Coroutine coroutines] to make the non-blocking io operations appear blocking at the source code level. | Eventlet is a networking library written in Python. It achieves high scalability by using [http://en.wikipedia.org/wiki/Non-blocking_IO#Select.28.2Fpoll.29_loop non-blocking io] while at the same time retaining high programmer usability by using [http://en.wikipedia.org/wiki/Coroutine coroutines] to make the non-blocking io operations appear blocking at the source code level. | ||
For more information about eventlet, see https://eventlet.net | |||
Revision as of 14:24, 31 July 2009
Eventlet
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.
For more information about eventlet, see https://eventlet.net