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 yselivanov
Recipients asvetlov, ysangkok+launchpad, yselivanov
Date 2018-08-15.18:08:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534356503.19.0.56676864532.issue34411@psf.upfronthosting.co.za>
In-reply-to
Content
> Is netdb_lock the GIL?

No, it's a lock used by getaddrinfo specifically on *some* platforms. It doesn't look like it's used on Windows.

> If the thread pooling was effective, the slowdown wouldn't be linear, but it does indeed appear to be. How can this be?

I don't know, hard to tell without seeing how you test that :)
History
Date User Action Args
2018-08-15 18:08:23yselivanovsetrecipients: + yselivanov, asvetlov, ysangkok+launchpad
2018-08-15 18:08:23yselivanovsetmessageid: <1534356503.19.0.56676864532.issue34411@psf.upfronthosting.co.za>
2018-08-15 18:08:23yselivanovlinkissue34411 messages
2018-08-15 18:08:23yselivanovcreate