The Python Oracle

A clean, lightweight alternative to Python's twisted?

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Track title: CC I Beethoven Sonata No 31 in A Flat M

--

Chapters
00:00 Question
03:51 Accepted answer (Score 29)
04:54 Answer 2 (Score 100)
05:44 Answer 3 (Score 57)
06:50 Answer 4 (Score 28)
07:06 Thank you

--

Full question
https://stackoverflow.com/questions/1824...

Question links:
[GIL]: http://www.dabeaz.com/python/GIL.pdf
[multiprocessing module]: http://docs.python.org/library/multiproc...
[Twisted]: http://twistedmatrix.com/trac/
[Eventlet]: http://eventlet.net/
[lindenlab]: http://lindenlab.com/
[PyEv]: http://code.google.com/p/pyev/
[asyncore]: http://docs.python.org/library/asyncore....
[tornado]: http://www.tornadoweb.org/
[async HTTP client]: http://github.com/facebook/tornado/blob/...
[ioloop]: http://github.com/facebook/tornado/blob/...
[intgr]: https://stackoverflow.com/users/177663/i...
[this page]: http://code.google.com/p/cogen/
[co-routine]: http://en.wikipedia.org/wiki/Coroutine
[boost.asio]: http://www.boost.org/doc/libs/1_41_0/doc...
[the available tools]: http://nichol.as/asynchronous-servers-in...

Accepted answer links:
[concurrence]: http://opensource.hyves.org/concurrence/
[cogen]: http://code.google.com/p/cogen/

Answer 2 links:
[http://twistedmatrix.com/trac/browser/tr...]: http://twistedmatrix.com/trac/browser/tr.../

Answer 3 links:
[gevent]: http://www.gevent.org
[eventlet cleaned up]: http://blog.gevent.org/2010/02/27/why-ge.../
[Queue]: http://www.gevent.org/gevent.queue.html
[Event]: http://www.gevent.org/gevent.event.html#...
[libevent]: http://www.monkey.org/~provos/libevent/
[libev since 1.0]: http://blog.gevent.org/2011/04/28/libev-.../
[greenlets]: http://codespeak.net/py/0.9.2/greenlet.h...
[concurrent download of multiple urls]: https://github.com/gevent/gevent/blob/ma...
[long polling webchat]: http://blog.gevent.org/2009/10/10/simple.../

Answer 4 links:
[interesting comparison]: http://nichol.as/asynchronous-servers-in...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #networking #twisted #asynchronous

#avk47