Eventlet

From Second Life Wiki
Revision as of 15:24, 31 July 2009 by Which Linden (talk | contribs) (eventlet.net supersedes this page)
Jump to navigation Jump to search

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