Re: Rethinking ASGI & Channels

2017-07-21 Thread Artem Malyshev
Hi Tom, I want to experiment with a uvicorn approach. I planning to do some after PoC of worker separation from channels. I will let you know if I have some questions. **Probably** Channels as a library will be a first user of the suggested interface of the uvicorn. Regards, Artem. On Fri, Jul

Re: Rethinking ASGI & Channels

2017-07-21 Thread Tom Christie
Hi Andrew, Thanks for writing that up so comprehensively! Definitely in favor of moving to a server:consumer interface - as you say that doesn't preclude over-the-network from being one of the possible deployment styles. I like your proposed approach to async vs sync variants of the