Eventlet

From Second Life Wiki
Revision as of 22:47, 12 February 2010 by Which Linden (talk | contribs) (Adding more links)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Eventlet

Eventlet is a networking library written in Python. It achieves high scalability and concurrency 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.


Other resources

Article talks about coros, eventlet and spawning