mirror of
https://github.com/xcat2/confluent.git
synced 2026-03-13 11:29:24 +00:00
929392c74620299a9be8d73c4baeb27d455aba5b
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.
Description
xCAT confluent - replacement of conserver and eventually xcatd
Languages
Python
79.6%
Shell
16.2%
C
3.3%
Go
0.4%
Perl
0.3%