|
Posted by Thomas Bader on 08/26/05 19:04
DC wrote:
> This program should be througn in the background (it has an endless loop and dosn't want user imput or anything).
> after this program has started, my php script needs to wait for 5 seconds, and continue running.
Correct me if i'm wrong, but afaik the php interpreter only continues
when the exec'd program has quit, so it won't work with a program that
lasts in a while(1) loop to go further in the php script and leave the
exec'd thingy alone...
Navigation:
[Reply to this message]
|