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


copySession

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

The copySession operator is just like the copyJobset operator, except that in addition to copying the current jobset, it also copies the current session, and places the child jobset alone in the new session. The child job sees a nil return value; The parent job gets back the new job. See section forkSession.

Note: copySession 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.