This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ammar2
Recipients ammar2, giampaolo.rodola, vstinner
Date 2019-11-05.18:04:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572977047.28.0.315260033162.issue38699@roundup.psfhosted.org>
In-reply-to
Content
Just for some more reference points from "production" python web servers:

* gunicorn - 2048 (https://github.com/benoitc/gunicorn/blob/678b326dc030b450717ec505df69863dcd6fb716/docs/source/settings.rst#backlog)

* tornado - 128 (https://github.com/tornadoweb/tornado/blob/c50aed0f96d92f9b0ef4cd0837c0104f140ca77e/tornado/tcpserver.py#L178)

* uwsgi - 100 (https://github.com/unbit/uwsgi/blob/3149df02ed443131c54ea6afb29fcbb0ed4d1139/core/init.c#L115)
History
Date User Action Args
2019-11-05 18:04:07ammar2setrecipients: + ammar2, vstinner, giampaolo.rodola
2019-11-05 18:04:07ammar2setmessageid: <1572977047.28.0.315260033162.issue38699@roundup.psfhosted.org>
2019-11-05 18:04:07ammar2linkissue38699 messages
2019-11-05 18:04:07ammar2create