For example, in a system with the following queues that receive submissions
directly
BatchA: Job Limit = 4; Base Priority = 3
BatchB: Job Limit = 5; Base Priority = 2
BatchC: Job Limit = 1; Base Priority = 1
i'd like a new queue that can feed all three, depending on Availability
status. If a queue is Busy or Stopped, it shouldn't receive any jobs from
this queue. If it's Available, it's eligible for the next job.
SubmitToBatch: Holding Queue; This queue will submit to any of the above
queues if and only if that queue status is Available.
Thanks,
Mike Ober.
$ init/que/start/batch/gen=(BatchA, BatchB, BatchC) SubmitToBatch
>
> Thanks,
> Mike Ober.
>
Mike.
"Jan-Erik S�derholm" <jan-erik....@telia.com> wrote in message
news:Mcs%m.14185$U5.2...@newsb.telia.net...