You have started a new thread by taking an existing posting and replying to
it while you changed the subject.
That is bad, because it breaks threading. Whenever you reply to a message,
your mail client generates a "References:" header that tells all recipients
which posting(s) your posting refers
Hello,
Does any know how run many procedures concurrently over php. For example:
$init = ;
While (($t < $timeout ) and ($allresult == 0 ) ){
$t = - $init;
launch{
$r[1] = app1;
$r[2] = app2;
$r[n] = appn;
}
$allresult = $r[1] && $r[2] && ... && $r[n];
}
Regards,