Re: [exim] Greylist memcached perl implementation

Top Page
Delete this message
Reply to this message
Author: Todd Lyons
Date:  
To: Chris Laif
CC: exim-users
Subject: 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