#30451: Add ASGI support to Django.
-------------------------------+-----------------------------------------
     Reporter:  Andrew Godwin  |                    Owner:  Andrew Godwin
         Type:  New feature    |                   Status:  assigned
    Component:  HTTP handling  |                  Version:  master
     Severity:  Normal         |               Resolution:
     Keywords:  asgi           |             Triage Stage:  Accepted
    Has patch:  1              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+-----------------------------------------

Comment (by Carlton Gibson):

 > ...and will also significantly improve performance for sites that have
 slow file uploads as a blocking operation, as this will run asynchronously
 rather than holding open a thread.

 From the conversation on the PR, it looks as if file uploads aren't
 **yet** enabled:

 > Florian: This probably cannot use the upload handlers for similar
 reasons?
 > Andrew: I haven't looked into that yet, but probably not. File input in
 general has been a pain in Channels and I expect the same here.
 > https://github.com/django/django/pull/11209#pullrequestreview-232567459

 Is that right? If so do we need to pull this aspect into a separate
 ticket?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30451#comment:4>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/070.932bcac2b0271080c49040b8da7477e6%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to