#20238: StoppableWSGIServer is not multithread support
-----------------------------------+--------------------------------------
     Reporter:  jwxiao@…           |                    Owner:  nobody
         Type:  Bug                |                   Status:  closed
    Component:  Testing framework  |                  Version:  1.4
     Severity:  Normal             |               Resolution:  needsinfo
     Keywords:                     |             Triage Stage:  Unreviewed
    Has patch:  0                  |      Needs documentation:  0
  Needs tests:  0                  |  Patch needs improvement:  0
Easy pickings:  0                  |                    UI/UX:  0
-----------------------------------+--------------------------------------

Comment (by joeri):

 Although this is not my ticket, I just ran into the same issue.

 The problem occurs typically when, within a request/response cycle,
 another request is done to the same `StoppableWSGIServer`. Now, the first
 request can never finish because the second request is waiting for the
 `StoppableWSGIServer` to respond (but it never will because it's waiting
 for the first request...)

-- 
Ticket URL: <https://code.djangoproject.com/ticket/20238#comment:3>
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/074.a19091abdb5877c968ff39a71f62eac6%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to