1DQ-INDEXD(1)          User Contributed Perl Documentation         DQ-INDEXD(1)
2
3
4

NAME

6       dq-indexd - index server for IPC::DirQueue tasks
7

SYNOPSIS

9       dq-indexd --port port
10

DESCRIPTION

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

REQUIRED MODULES

25       POE
26

SEE ALSO

28       IPC::DirQueue(3) dq-deque(1) dq-list(1) dq-server(1) dq-submit(1)
29
30
31
32perl v5.32.0                      2020-07-28                      DQ-INDEXD(1)
Impressum