Re: Will asgi become a PEP like wsgi is ?

2017-03-13 Thread Alan
Thanks!

On 13 March 2017 at 08:39, Shawn Milochik  wrote:

> You don't have to subscribe. Just read it online.
>
> https://groups.google.com/forum/m/#!forum/django-developers
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/CAOzwKwHR4E3hiGv15JZ9%3DB_
> qMSc3YCRDbL6q5ttOmx_GTt7k%3DQ%40mail.gmail.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588

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


Re: Will asgi become a PEP like wsgi is ?

2017-03-13 Thread Shawn Milochik
You don't have to subscribe. Just read it online.

https://groups.google.com/forum/m/#!forum/django-developers

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


Re: Will asgi become a PEP like wsgi is ?

2017-03-13 Thread Alan
Would you mind replying here too please? I'd rather avoid another list for
me to subscribe.

Thanks,

Alan

On 13 March 2017 at 01:38, Andrew Godwin  wrote:

> I'll reply to this in the same subject thread on django-developers.
>
> Andrew
>
> On Sat, Mar 11, 2017 at 2:29 PM, Sebastian Haase 
> wrote:
>
>> Hi,
>>
>> wsgi is specified by
>> PEP 333 -- Python Web Server Gateway Interface v1.0
>> https://www.python.org/dev/peps/pep-0333/
>>
>> Django channels rely on asgi instead.
>> So far ASGI specs appear only here:
>> http://channels.readthedocs.io/en/stable/asgi.html
>>
>> How do these two concepts compare in regards to their respect
>> "importance" to the python community?
>> Especially under the consideration that real-time web applications (i.e.
>> HTML5 websockets) is getting more and more important.
>>
>> Regards,
>> Sebastian
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>> To post to this group, send email to django-users@googlegroups.com.
>> Visit this group at https://groups.google.com/group/django-users.
>> To view this discussion on the web visit https://groups.google.com/d/ms
>> gid/django-users/66c259a2-2dc2-4398-8e7e-daf2cbd551a5%40googlegroups.com
>> 
>> .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/CAFwN1upt4yjL_-91Z-P9ysCfRkgBAYvwYQmpTdVDdNsExGwK
> yQ%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Alan Wilter SOUSA da SILVA, DSc
Senior Bioinformatician, UniProt
European Bioinformatics Institute (EMBL-EBI)
European Molecular Biology Laboratory
Wellcome Trust Genome Campus
Hinxton
Cambridge CB10 1SD
United Kingdom
Tel: +44 (0)1223 494588

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


Re: Will asgi become a PEP like wsgi is ?

2017-03-12 Thread Andrew Godwin
I'll reply to this in the same subject thread on django-developers.

Andrew

On Sat, Mar 11, 2017 at 2:29 PM, Sebastian Haase 
wrote:

> Hi,
>
> wsgi is specified by
> PEP 333 -- Python Web Server Gateway Interface v1.0
> https://www.python.org/dev/peps/pep-0333/
>
> Django channels rely on asgi instead.
> So far ASGI specs appear only here:
> http://channels.readthedocs.io/en/stable/asgi.html
>
> How do these two concepts compare in regards to their respect "importance"
> to the python community?
> Especially under the consideration that real-time web applications (i.e.
> HTML5 websockets) is getting more and more important.
>
> Regards,
> Sebastian
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/66c259a2-2dc2-4398-8e7e-daf2cbd551a5%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

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


Will asgi become a PEP like wsgi is ?

2017-03-11 Thread Sebastian Haase
Hi,

wsgi is specified by
PEP 333 -- Python Web Server Gateway Interface v1.0
https://www.python.org/dev/peps/pep-0333/

Django channels rely on asgi instead.
So far ASGI specs appear only here:
http://channels.readthedocs.io/en/stable/asgi.html

How do these two concepts compare in regards to their respect "importance" 
to the python community?
Especially under the consideration that real-time web applications (i.e. 
HTML5 websockets) is getting more and more important.

Regards,
Sebastian

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/66c259a2-2dc2-4398-8e7e-daf2cbd551a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.