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 21, 2017 at 2:10 PM, Tom Christie <christie....@gmail.com>
wrote:

> 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 interface.
>
> The callable returning a callable is a neat way around too, although I
> can't immediately figure out how eg. middleware looks against that pattern.
>
> Also does the interface look the same for worker:consumer? ie. Is it
> expected that `send()` could either be direct to server, or over a channel
> layer, with the client being agnostic as to which of those two cases will
> be used, or is the client expected to use the channel layer in that case?
>
> Cheers,
>
>   T. :)
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to django-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-developers.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-developers/4c215111-c060-4ad6-af13-
> b177bf46c5b8%40googlegroups.com
> <https://groups.google.com/d/msgid/django-developers/4c215111-c060-4ad6-af13-b177bf46c5b8%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CALqenoGe6AcFfYRF_s4p5BD%3DbHy85iyYT1exHfDqGHd6N_C-3Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to