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 danf@dataforge.on.ca
Recipients danf@dataforge.on.ca
Date 2019-06-24.14:53:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561388035.56.0.684097558848.issue37389@roundup.psfhosted.org>
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:55danf@dataforge.on.casetrecipients: + danf@dataforge.on.ca
2019-06-24 14:53:55danf@dataforge.on.casetmessageid: <1561388035.56.0.684097558848.issue37389@roundup.psfhosted.org>
2019-06-24 14:53:55danf@dataforge.on.calinkissue37389 messages
2019-06-24 14:53:55danf@dataforge.on.cacreate