GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DQ-SERVER(1) User Contributed Perl Documentation DQ-SERVER(1)

dq-server - run a command on all tasks in an IPC::DirQueue queue

dq-server --dir qdirectory [--njobs N] command arg arg ...

dq-server will remove each task in turn from an "IPC::DirQueue" directory, running the named command on each one. Once the queue is empty, it will wait indefinitely for more tasks to arrive. A limit on how many jobs to dequeue can be specified using --njobs.

The command is run as:

    command arg arg ... nameofdatafile

--njobs N (default: 0)
How many jobs to dequeue from the queue directory. 0 means unlimited.

IPC::DirQueue(3) dq-deque(1) dq-list(1) dq-server(1) dq-submit(1)
2005-01-13 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.