in reply to
Cache::Memcached via UDP?
If your existing client works well, then I would stick with that. UDP doesn't guarantee delivery and is prone to producing duplicates. If you are having problems, then try Apache's
mod_memcached_cache
. There's also
Apache::Session::Memcached
.
Comment on
Re: Cache::Memcached via UDP?
In Section
Seekers of Perl Wisdom