Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | misc | |
Tool | executive |
concurrent | Number of concurrent jobs | ||
Allowed: | Int | ||
Default: | 1 |
include 'executive.g'; myexecutive:=executive(); myexecutive.setconcurrent(2); myexecutive.run('doit()', inc='ireallydoit.g', host='zeus'); myexecutive.run('doitaswell()', inc='ireallydoit.g', host='zeus'); myexecutive.run('doiteventually()', inc='ireallydoit.g', host='zeus');