1DQ-INDEXD(1) User Contributed Perl Documentation DQ-INDEXD(1)
2
3
4
6 dq-indexd - index server for IPC::DirQueue tasks
7
9 dq-indexd --port port
10
12 dq-indexd is a single-process event-driven daemon, used by
13 "IPC::DirQueue" to track queue activity at a centralised point.
14
15 "IPC::DirQueue" uses a filesystem directory to hold its queue files,
16 and normally uses the normal UNIX filesystem "readdir" APIs to list the
17 queue.
18
19 However, in certain situations when NFS is in use, these APIs may scale
20 poorly, and a TCP/IP-based central server may be more appropriate
21 (although adding a new single point of failure). "dq-indexd" makes
22 this possible.
23
25 POE
26
28 IPC::DirQueue(3) dq-deque(1) dq-list(1) dq-server(1) dq-submit(1)
29
30
31
32perl v5.30.0 2019-07-26 DQ-INDEXD(1)