mirror of
https://github.com/xcat2/confluent.git
synced 2025-01-13 03:08:14 +00:00
929392c746
Eventlet narrowly targets overriding select in subprocess, to avoid rewriting adequate functions. However, subprocess does an 'optimization' to skip select if there's fewer than 3 pipes to juggle and no timeout specified. Induce python to always use select by specifying a very long timeout. This causes confluent to be able to spawn multiple subprocesses and not be hung waiting for input.