Re: [exim] Greylist memcached perl implementation

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Todd Lyons
Data:  
Para: Chris Laif
CC: exim-users
Assunto: Re: [exim] Greylist memcached perl implementation
On Mon, Jul 27, 2009 at 10:58 PM, Chris Laif<chris.laif@???> wrote:
>>> 4. Uses existing perl module.
> Talking to memcached via socket or perl are technically clever
> approaches but i doubt if they are ready for production systems
> (error-handling, round-robin, ...).


The reason I used perl to do it was precisely because the
error-handling and round-robin is provided by the perl side of things.
I still am trying to grok the "use nhash to select from a list read
in using readfile" procedure mentioned in this thread so that I can
implement it without using perl subs. I'm experimenting, but I've
made zero progress on that. In the end though, I'm not unhappy using
perl since I'm a perl dude by day.

-- 
Regards...      Todd