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 martin.panter
Recipients earl.chew, martin.panter, r.david.murray, serhiy.storchaka
Date 2016-08-12.03:20:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1470972018.2.0.620858442969.issue27614@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the explanation. It seems a bit strange that the server thread was running so slow while the main thread did one thousand polls over at least one second. Perhaps there is a blocking DNS call hidden somewhere in it somewhere? In any case, I am pretty confident my patch should help, so I will commit it unless there are any objections.
History
Date User Action Args
2016-08-12 03:20:18martin.pantersetrecipients: + martin.panter, r.david.murray, serhiy.storchaka, earl.chew
2016-08-12 03:20:18martin.pantersetmessageid: <1470972018.2.0.620858442969.issue27614@psf.upfronthosting.co.za>
2016-08-12 03:20:18martin.panterlinkissue27614 messages
2016-08-12 03:20:17martin.pantercreate