You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Notes for Windows users you mention that a libuv backend might solve some problems for Windows users. Since gevent 1.3 I think it should be possible to use libuv in gevent: Event Loop Implementations: libuv and libev. Does that mean I can just configure gevent for libuv and gipc will work better?
Unfortunately I have a low-latency gevent-backed application which needs to run on Windows so I'd be keen to avoid any potential pitfalls...
The text was updated successfully, but these errors were encountered:
Personally, I have never tested gipc on gevent with libuv so far. Feedback is welcome! :)
Unfortunately I have a low-latency gevent-backed application which needs to run on Windows so I'd be keen to avoid any potential pitfalls...
Honestly, this tells me that you have to carefully try and measure things for yourself. Also, I think there's a pretty nice When To Use libuv section at the bottom of the page you linked: http://www.gevent.org/loop_impls.html
In Notes for Windows users you mention that a
libuv
backend might solve some problems for Windows users. Since gevent 1.3 I think it should be possible to uselibuv
in gevent: Event Loop Implementations: libuv and libev. Does that mean I can just configure gevent for libuv and gipc will work better?Unfortunately I have a low-latency gevent-backed application which needs to run on Windows so I'd be keen to avoid any potential pitfalls...
The text was updated successfully, but these errors were encountered: