>>>I've been investigating using IPC::DirQueue in a queue plugin with the >>>high_perf branch. Does such a plugin already exist? > > > Not that I know of --- I haven't even looked into the details of > high_perf, and what may be required there, yet ;)
I thought it all just worked. :) > oh, btw, I've just released IPC::DirQueue 0.05, which includes support for > the enqueue_sub() API as used in http://taint.org/wk/QpsmtpdIpcDirqueue . > It might be a little better, as it doesn't need to build up a string > buffer or tempfile at the qpsmtpd level; it can just send the header > and body strings direct to dq as they arrive. Great! Initial testing shows that works fine with the high_perf branch. I'll do some testing and report back. ds
