[PHP-DB] Concurrent rutines

2004-07-20 Thread Luis Morales
Hello, Does any know how run many procedures concurrently over php. For example: $init = current_time; While (($t $timeout ) and ($allresult == 0 ) ){ $t = current_time - $init; launch{ $r[1] = app1; $r[2] = app2; $r[n] = appn; } $allresult = $r[1] $r[2] ...

Re: [PHP-DB] Concurrent rutines

2004-07-20 Thread Jason Wong
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