Jason Greene wrote:
The big issue is of course security. We likely will have to add some kind of auth protocol to this. Perhaps some kind of token is written to a tmp file that can be read by the other child processes.
Yes, a security token should be used, but it should just be passed into the child process on stdin or as a CLI argument.