Changes between Version 1 and Version 2 of Ticket #31373
- Timestamp:
- Mar 17, 2020, 2:55:12 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31373 – Description
v1 v2 8 8 9 9 [[Image(Firefox_Screenshot_2020-03-17T15-05-35.104Z.png)]] 10 11 Facts: 12 - setting up CONN_MAX_AGE > 0 does not help 13 - starting `runserver` and making many calls with `ab -c 10 -n 100 http://127.0.0.1:8000/` uses all available connections and ends with error 500 (due to no available connections) 14 - starting `runserver --nothreading` and making calls with `ab -c 100 -n 100 http://127.0.0.1:8000/` works fine 15 16