Hi — Thanks for looking into this. Adam, I skipped over details like the Python version because I noted them in the readme on my gitlab demo. But I was using Python 3.7.2 for the record.
I used "deadlock" because my digging into this had previously turned up https://bugs.python.org/issue6721 , suggesting this was to do with thread locking. But I'm not qualified to make that call for sure, so I don't want to throw red herrings into the mix. If "standstill" is a better term for this that's what I'll use. Thanks again. On Wednesday, April 22, 2020 at 1:23:31 PM UTC-4, Brian Tiemann wrote: > > Hi all, > > I was directed here after getting corroboration on #django and elsewhere. > > I have what appears to be a bug in which a Django app can deadlock if you > hit it with a lot (>3) of AJAX requests within a short time (i.e. all > triggered in parallel from a single HTML page). I have a reproducible case > here: > > https://github.com/data-graham/wedge > > I'd really appreciate it if someone could take a look and let me know > whether I'm doing something wrong, or if there's something systemic going > on. Thanks much! > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/db88ca65-b8f7-4f29-b156-538ee373b518%40googlegroups.com.
