Difference between revisions of "Eventlet"
Jump to navigation
Jump to search
Which Linden (talk | contribs) (Uhhhh....plain old http) |
Favo Actor (talk | contribs) |
||
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 00: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