[comp.os.vms] Batch queue control

vtcf@NCSC.ARPA (Williams) (09/14/87)

Thanks for the responses to submitting multiple jobs to batch queues. However,
it doesn't really solve my problem. I have a queue with a job_limit of 2, 
and unlimited CPU time.  Most of the time everything's fine.  Every once in
a while, someone submits, say, 3 jobs to this queue.  Each of these jobs
take about 50 CPU hours!  No one else submits a job to this queue until the 
next day, so no one complains until then.  I hate to kill a batch job and lose
all the work, so I usually do the following: 1) decrease the priority of one
of the jobs down to one. 2) Decrease the priority or hold any other jobs
submitted by the first person. 3) Increase the job_limit of the queue by one, 
so that someone else can get some time in.  It would be nice if there was a
way to allow a user only one job per queue.  I thought about setting each 
user's MAXJOBS to 2, which would allow only one interactive and one batch
job, but that seems a little harsh.