Scott Milliken

Results 4 comments of Scott Milliken

For what it's worth, I've also observed what appears to be the same issue. It occurs for me with the combination of `gevent.monkey.patch_all()` and `multiprocessing.ThreadPool.imap_unordered`. Without either, it's fine, but...

> gevent has limited support for multiprocessing. [Anything using multiprocessing.Queue](http://www.gevent.org/api/gevent.monkey.html#gevent.monkey.patch_thread) for example, will hang. Raw use of `multiprocessing.Process` is about all that's supported. Agreed! Echoes my experience exactly. Noting in...

> i'm the gevent maintainer Oh hey, thank you for your work!! Gevent is awesome, I don't know what I'd do without it. I'm in your debt. > So it...

The name conflict is especially unfortunate since they are different in an essential way: this project spawns containers while the other spawns VMs.