You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.