[issue33840] connection limit on listening socket in asyncio

Andrew Svetlov report at bugs.python.org
Mon Feb 24 09:24:25 EST 2020


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

For server applications, the reverse proxy in front of the application can limit the connection limit.
It is a good workaround because the proxy is required (and most likely is used already) for any non-trivial server app.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33840>
_______________________________________


More information about the Python-bugs-list mailing list