implement a control thread; wait should then act upon it
quote by @ehiggs:
Python doesn't really do threading so it's not really clear what advantage there would be here.
But basically when the cluster is up and running, hod should check for events.
This can be listening on a socket (security?) or checking a directory for the presence of control files (egad).
implement a control thread; wait should then act upon it
quote by @ehiggs: