Re: Rethinking ASGI & Channels

2017-07-12 Thread Artem Malyshev
Hi, I know we discussed it in private. But I want to bring some ideas in public. During asgi_rabbitmq implementation I notice that channel workers are coupled to much to the polling of the channel layer. I want to try a different approach when layer can decide on its own when the message arriv

Rethinking ASGI & Channels

2017-07-12 Thread Andrew Godwin
Hi all, After recent threads on ASGI and similar problems ( https://groups.google.com/forum/#!topic/django-developers/_314PGl3Ao0), and my own introspection about where we are almost two years in, there are some changes I would like to make to the overall way ASGI/Channels works, both to make thin