HomePhabricator

when using ZMQ_POLLOUT, calls to poll() return immediately as long as we're not…

Authored by hww3.

Description

when using ZMQ_POLLOUT, calls to poll() return immediately as long as we're not over the high water mark. This leads to high CPU utiliztion.

So, since we have the GIL, we'll just send messages from the main thread.

Details

Committed
hww3Apr 2 2019, 9:51 AM
Parents
R42:4587d28b08da: some more docs
Branches
Unknown
Tags
Unknown

Event Timeline