I want to run a process after every 10 minutes and in between i have to run another process. How do i go about it? I am trying the following psudo code
$pid=fork(); if($pid) { run one process; } while(1) { run the process after 10 minutes sleep 600; }
But I am not getting the desired result. Please help
In reply to Concurrent process by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |