[issue34411] ProactorEventLoop should use implement GetAddrInfo, GetNameInfo

Yury Selivanov report at bugs.python.org
Wed Aug 15 14:08:23 EDT 2018


Yury Selivanov <yselivanov at gmail.com> added the comment:

> 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 :)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34411>
_______________________________________


More information about the Python-bugs-list mailing list