Re: Gevent based ASGI server

2017-03-13 Thread Andrew Godwin
Hi John, You are talking about a lot of ideas I want to bring into the main redis transport (improved polling, connection handling, using the channel name local part for routing, etc.), which are separate from using gevent, really; would you be open for contributing this kind of stuff back to the

Gevent based ASGI server

2017-03-13 Thread Jon Pry
I modified Daphne and the ASGI layer to get the one of the examples to run under gevent. Code is here: https://github.com/jonpry/thyme Code is not as clean as it needs to be. But imho it works better than daphne, none of this hot polling stuff going on anymore. In any case it's interesting t