Posted
almost 15 years
ago
by
thomaspaine
|
Posted
almost 15 years
ago
by
icosahedron20
Python based networking library that lets you right (near) synchronous code and use asynchronous I/O under the covers
|
Posted
almost 15 years
ago
by
andrija
Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it.
* It uses epoll or libevent for highly scalable non-blocking I/O.
* Coroutines ensure that the developer uses a
|
Posted
almost 15 years
ago
by
diego.pacheco
Eventlet
|
Posted
almost 15 years
ago
by
tlossen
"Now compare this to Twisted or Tornado. Twisted tries so damn hard to be Java that it really offends me personally. Those developers strike me as the alpha-programmer types who see no reason not to rewrite an existing codebase for a 20% performance
|
Posted
almost 15 years
ago
by
lnajc
|
Posted
almost 15 years
ago
by
jwk2004
|
Posted
almost 15 years
ago
by
suhaild
bug with threading
|
Posted
almost 15 years
ago
by
jmpcrew
|
Posted
almost 15 years
ago
by
ben017f
|