Re: [AMaViS-user] dynamic-preforking

2007-03-05 Thread Mark Martinec
Leo, > But be careful, there was a small typo in yesterdays patch: > + max_spare_servers => $min_spare_servers, > should be: > + max_spare_servers => $max_spare_servers, Thanks. Mark - Take Surveys. Earn Cash. I

Re: [AMaViS-user] dynamic-preforking

2007-03-05 Thread Alexander 'Leo' Bergolth
On 03/05/2007 09:03 PM, Mark Martinec wrote: >> When using amavisd as a before-queue filter or when using it as a >> central filter for many MTAs, it might be useful to let Net::Server >> dynamically fork additional children if necessary. >> >> I've done a patch (attached) that lets the Amavis-clas

Re: [AMaViS-user] dynamic-preforking

2007-03-05 Thread Mark Martinec
Leo, > When using amavisd as a before-queue filter or when using it as a > central filter for many MTAs, it might be useful to let Net::Server > dynamically fork additional children if necessary. > > I've done a patch (attached) that lets the Amavis-class use > Net::Server::PreFork instead of Net:

[AMaViS-user] dynamic-preforking

2007-03-04 Thread Alexander 'Leo' Bergolth
Hi! When using amavisd as a before-queue filter or when using it as a central filter for many MTAs, it might be useful to let Net::Server dynamically fork additional children if necessary. I've done a patch (attached) that lets the Amavis-class use Net::Server::PreFork instead of Net::Server::Pre