Changes between Version 1 and Version 2 of Ticket #35757


Ignore:
Timestamp:
Sep 12, 2024, 9:18:38 AM (7 days ago)
Author:
Harm Verhagen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #35757 – Description

    v1 v2  
    6767I'm not putting a heavy load on runserver, its a simple javascript app, that happens to do 10 requests on a single page.   Django should be able to handle that, also in a dev environment
    6868
     69== Workaround
     70Adding the `--noasgi` option seems to help.
     71{{{
     72./manage.py runserver --noasg
     73}}}
     74
     75Weird enough the move obvious, `--nothreading` option does _not_ help. That crashes in the same way.
     76
     77
     78
    6979== Version info
    7080
Back to Top