Message346410
| 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:55 | danf@dataforge.on.ca | set | recipients: + danf@dataforge.on.ca |
| 2019-06-24 14:53:55 | danf@dataforge.on.ca | set | messageid: <1561388035.56.0.684097558848.issue37389@roundup.psfhosted.org> |
| 2019-06-24 14:53:55 | danf@dataforge.on.ca | link | issue37389 messages |
| 2019-06-24 14:53:55 | danf@dataforge.on.ca | create | |