Closed
Description
I am attempting to use the Process component to spaw a second (long running) process. I use ProcessBuilder to create the process, then call $process->start()
. The process will only actually execute if I make my calling script sleep(1)
. If it terminates immediately, the new process will not execute.
Is there a way to solve this?