1DQ-SERVER(1) User Contributed Perl Documentation DQ-SERVER(1)
2
3
4
6 dq-server - run a command on all tasks in an IPC::DirQueue queue
7
9 dq-server --dir qdirectory [--njobs N] command arg arg ...
10
12 dq-server will remove each task in turn from an "IPC::DirQueue"
13 directory, running the named command on each one. Once the queue is
14 empty, it will wait indefinitely for more tasks to arrive. A limit on
15 how many jobs to dequeue can be specified using --njobs.
16
17 The command is run as:
18
19 command arg arg ... nameofdatafile
20
22 --njobs N (default: 0)
23 How many jobs to dequeue from the queue directory. 0 means
24 unlimited.
25
27 IPC::DirQueue(3) dq-deque(1) dq-list(1) dq-server(1) dq-submit(1)
28
29
30
31perl v5.28.1 2005-01-13 DQ-SERVER(1)