Page is a not externally linkable
- Hardware and OS Related Technologies
-- Linux, Unix, and *nix like Operating Systems
---- concurrent processes


homeless - 4:22 am on Nov 29, 2008 (gmt 0)


I have a php script that spawns another script approx 30 times with different args. I'm running the spawned scipt in background and everything seems fine.

My question: Is there a way to cause the main script to wait on the spawned processes to complete before it moves to the next step or completion?

script1
loop
exec("/blah/blah/script2.cgi arg* >/dev/null &");
end loop

code to run after spawned processes have completed
.
.
.
end script1


Thread source:: http://www.webmasterworld.com/linux/3796421.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com