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 [email protected]
Recipients [email protected]
Date 2019-06-24.14:53:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
After putting a basic ThreadingUDPServer under load (500 messages per/second)  I noticed that after a night it was consuming a lot of RAM given it does nothing with the data.

On inception, I noticed the _thread count inside the server was growing forever even though the sub-threads are done.

Setup a basic ThreadingUDPSever with handler that does nothing and check the request_queue_size, it seems to grow without limit.
History
Date User Action Args
2019-06-24 14:53:55[email protected]setrecipients: + [email protected]
2019-06-24 14:53:55[email protected]setmessageid: <[email protected]>
2019-06-24 14:53:55[email protected]linkissue37389 messages
2019-06-24 14:53:55[email protected]create