mirror of
https://github.com/xcat2/confluent.git
synced 2026-06-11 17:28:50 +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
84.6%
Shell
11.8%
C
2.3%
Go Template
0.6%
Go
0.3%
Other
0.2%