Eventlet equivalent of twisted reactor

Posted by Dave Dixon on Stack Overflow See other posts from Stack Overflow or by Dave Dixon
Published on 2010-04-21T20:18:41Z Indexed on 2010/04/21 20:23 UTC
Read the original article Hit count: 425

Filed under:
|
|

When using eventlet's spawn, The connection will automatically drop for me if eventlet.sleep isn't in use after creating the connection. Is there a way to keep it alive like twisted's reactor?

© Stack Overflow or respective owner

Related posts about spawning

Related posts about spawn