Difference between revisions of "Eventlet"

From Second Life Wiki
Jump to navigation Jump to search
(Uhhhh....plain old http)
Line 4: Line 4:


For more information about eventlet, see http://eventlet.net
For more information about eventlet, see http://eventlet.net
== Other resources ==
[http://soundfarmer.com/content/slides/coroutines-nonblocking-io-eventlet-spawning/coros,%20nonblocking%20i:o,%20eventlet,%20spawning.pdf Article talks about coros, eventlet and spawning]

Revision as of 01:32, 15 August 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 http://eventlet.net

Other resources

Article talks about coros, eventlet and spawning