Help for this page

Select Code to Download


  1. or download this
    foreach $task (@tasks) { fork/connect/execute/disconnect/exit }
    
  2. or download this
    for($i = 0; $i < $numchilds; $i++) {fork;  connect; while (get_task) {
    +run_task}; disconnect; exit;}