Release

2008-03-14 Thread James Turnbull
Ask and Matt What's the current release status of qpsmtpd? The SVN is tagged 0.43 but the latest on the website seems to be 0.40. Time for a release and announce? Regards James -- James Turnbull ([EMAIL PROTECTED]) Author of: * Pulling Strings with Puppet (http://www.amazon.com/gp/

lots of qpsmtpd-forkserver

2008-03-14 Thread Ventosus
my top shows a lot of defuncts all the time 11071 qpsmtpd 15 0 18104 14m 1288 S 15 2.9 0:01.19 qpsmtpd-forkser 11077 qpsmtpd 17 0 000 Z 10 0.0 0:00.31 qpsmtpd-forkser 11075 qpsmtpd 15 0 000 Z9 0.0 0:00.64 qpsmtpd-forkser i tried to trace som

Re: Release

2008-03-14 Thread Matt Sergeant
On 14-Mar-08, at 4:54 AM, James Turnbull wrote: Ask and Matt What's the current release status of qpsmtpd? The SVN is tagged 0.43 but the latest on the website seems to be 0.40. Time for a release and announce? Sounds like a plan.

Re: qpsmtpd performance

2008-03-14 Thread Charlie Brady
On Thu, 13 Mar 2008, Matt Sergeant wrote: On Wed, 12 Mar 2008, Bryan Scott wrote: Forkserver spawns and forks a bunch of qpsmtpd processes ahead of time instead of the shell having to spawn a new perl process each time a connection comes in. Not quite - that's prefork :-) Forkserver for

Re: qpsmtpd performance

2008-03-14 Thread Les Mikesell
Charlie Brady wrote: Forkserver spawns and forks a bunch of qpsmtpd processes ahead of time instead of the shell having to spawn a new perl process each time a connection comes in. Not quite - that's prefork :-) Forkserver forks on every connection, but has the perl code pre-parsed in