TABLE OF CONTENTS


generic-API

NAME

::pwtk::queue

DESCRIPTION

Namespace for generic support for batch queueing system(s). An implementation of handling of any particular batch queueing system will use the ::pwtk::queue API.

Any actual implementation of the specific queing systems should provide the follwoing three procs:

(Deprecated) Rigid-Mode

The PWTK's convention for the (deprecated) "rigid-mode" batch queuing scripts is the following. Each such script is composed of the following sections:

      head  (the batch-queuing specific instuctions, set by ::pwtk::queue::setHead proc)
       |
      specs (optional user-specified piece of script, set by ::pwtk::queue::setSpecs proc)
       |
      body  (part of script where calculations are specified, it is set indirectly via ::pwtk::queue::run*** commands)
       |
      tail  (optional user-specified piece of script, set by ::pwtk::queue::setTail proc)