Beta 6 on Fedora 15
Two issues with the launcher:
First, the launcher process currently leaves zombies of every process it spawns hanging around indefinitely. It would be nice if these were properly cleaned up.
Second, running deadlinelauncher -shutdown
from another shell doesn’t actually cause a running launcher process to exit. It echoes this to the terminal:
::ffff:100.100.200.32 has connected
Launcher Thread - Received command: StopLauncher
Shutting down
Launcher Thread - Responded with: Success
…but the process never actually exits. If I then run something like deadlinelauncher -monitor
from another shell, it spawns a new launcher process (alongside the one that never died), and this can continue ad infinitum.
-Nathan