On 16 avr. 2013, at 23:03, Jonathan Slenders <jonathan.slend...@gmail.com> 
wrote:

> Maybe it's worth noting that Guido is working on a Tulip, a specification for 
> an asynchronous API in Python 3, this to get some consensus. Right now, there 
> is almost zero compatibility between al the different approaches: twisted, 
> tornado, gevent, etc...
> 
> If we decide to go for one technology, better be future proof.

Yes, that's why https://github.com/aaugustin/django-c10k-demo/ builds upon 
Tulip.

Unfortunately, that choice makes it unsuitable for inclusion in Django until we 
drop support for Python 3.3 and all earlier versions, which isn't going to 
happen soon.

There's another issue: Django is designed to be deployed over WSGI, and WSGI is 
incompatible with websockets. A new revision of WSGI would help.

-- 
Aymeric.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" 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 http://groups.google.com/group/django-developers?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to