Hi all, I've been investigating using IPC::DirQueue in a queue plugin with the high_perf branch. Does such a plugin already exist?
Some performance #s spamtrap queue plugin: local queue: 6000 msg/min nfs queue: 4000 msg/min IPC::DirQueue queue plugin (nfs only): $dq->enqueue_file: 2600 msg/min $dq->enqueue_string: 2900 msg/min I suspect that having the queue on a NFS volume is slowing things down a bit. Cheers, ds
