[issue33840] connection limit on listening socket in asyncio

2020-07-13 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: -Janae147 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33840] connection limit on listening socket in asyncio

2020-07-13 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- Removed message: https://bugs.python.org/msg373589 ___ Python tracker ___ ___

[issue33840] connection limit on listening socket in asyncio

2020-07-13 Thread Janae
Janae added the comment: All works are very interesting. thanks, to post and your works. https://apkgreat.com/fifa-14-apk/ -- nosy: +Janae147 ___ Python tracker ___

[issue33840] connection limit on listening socket in asyncio

2020-07-08 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- Removed message: https://bugs.python.org/msg373314 ___ Python tracker ___ ___

[issue33840] connection limit on listening socket in asyncio

2020-07-08 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- Removed message: https://bugs.python.org/msg373313 ___ Python tracker ___ ___

[issue33840] connection limit on listening socket in asyncio

2020-07-08 Thread Deon
Deon added the comment: Download FIFA 14 apk https://apkgreat.com/fifa-14-apk/ -- ___ Python tracker ___ ___ Python-bugs-list

[issue33840] connection limit on listening socket in asyncio

2020-07-08 Thread Deon
Deon added the comment: hi -- nosy: +Deon257 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33840] connection limit on listening socket in asyncio

2020-02-24 Thread Andrew Svetlov
Andrew Svetlov 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. --

[issue33840] connection limit on listening socket in asyncio

2020-02-22 Thread Fantix King
Change by Fantix King : -- nosy: +fantix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue33840] connection limit on listening socket in asyncio

2018-06-12 Thread Lisa Guo
Lisa Guo added the comment: Hi Yury, no, I'm not familiar with the other frameworks (libuv doesn't have this). I'll need to look into it. If anybody else knows, please comment as well. -- ___ Python tracker

[issue33840] connection limit on listening socket in asyncio

2018-06-11 Thread Yury Selivanov
Yury Selivanov added the comment: Do other frameworks (Tornado, Twisted, libuv/nodejs) have this functionality? -- ___ Python tracker ___

[issue33840] connection limit on listening socket in asyncio

2018-06-11 Thread Lisa Guo
New submission from Lisa Guo : I'd like to re-open the discussion on pause_server/resume_server that's been discussed here: https://groups.google.com/forum/?utm_source=digest_medium=email#!topic/python-tulip/btGHbh5kUUM with PR: https://github.com/python/asyncio/pull/448 We would like to