Go to the first, previous, next, last section, table of contents.


copyJobset

Control-struct: copyJobset { name -> job }
file: job.t
package: muf
status: alpha

The copyJobset operator is just like the copyJob operator, except that in addition to copying the current job, it also copies the current jobset, and places the child job alone in the new jobset. (This avoids the race events in the equivalent unix operation.) The child job sees a nil return value; The parent job gets back the child job. See section forkJobset.

Note: copyJobset currently does not copy over properties in the propdirs. This is probably a bug, but I don't want single bytecodes doing unlimited amounts of work, locking up the server for an indefinite period.


Go to the first, previous, next, last section, table of contents.