Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!mcnc!philabs!aecom!naftoli From: naftoli@aecom.UUCP (Robert N. Berlinger) Newsgroups: comp.unix.questions Subject: Re: sVr2.2: what is /usr/lib/cron/queuedefs? Message-ID: <854@aecom.UUCP> Date: Thu, 15-Jan-87 13:46:45 EST Article-I.D.: aecom.854 Posted: Thu Jan 15 13:46:45 1987 Date-Received: Fri, 16-Jan-87 20:44:12 EST References: <790@maynard.BSW.COM> <166@herman.UUCP> <210@bigtex.uucp> <131@tdi2.UUCP> Organization: Albert Einstein College of Medicine, NY Lines: 44 Summary: Here is the queue definitions In article <131@tdi2.UUCP>, brandon@tdi2.UUCP (Brandon Allbery) writes: > Which reminds me: the file /usr/lib/cron/queuedefs has consistently confused > me. Is it, as it appears, a way of specifying "flags" for multiple "at" > queues? > > a.4j1n <- apparently the definition for the "at" queue > b.2j2n90w <- and for the "batch" (really, "at -b") queue > > If I don't need a sVr2 source license to get the answers, I'd like to know: > > (1) Are the lines in queuedefs actually the flags for the "a" and "b" queues? > (2) If (1), what do the flags mean, and what other flags are there? > (3) Can I create my own queues, using the flags from (2)? How do I specify > an arbitrary queue to "at"? There can be up to 26 queues. Each line of the queuedefs file must have the following format: q.NNjNNnNNw where q is a letter a-z indicating the job queue NNj is the limit on jobs that can be running at one for the job queue (concurrency, NN is an integer defaulting to 100). NNn is the nice(1) value that is assigned each command executed for the job queue (default is 2) NNw is the time (in seconds) to wait before retrying to execute a command if all the criteria for running the command are not met (default 60). Empty fields are initialized to default values. Info gotten from UNIX System V System Release Description 2.0 #307-006 Hope this helps. -- Robert N. Berlinger Systems Analyst, Scientific Computing Center Compuserve: 73047,741 Albert Einstein College of Medicine Easylink: 62956067 UUCP: ...{philabs,cucard,pegasus,rocky2}!aecom!naftoli GEnie: R.Berlinger