It is a little hard to follow which combinations of client version and OS version you tried and which have worked, but I think you are saying that you only have the problem under XP? eg. The client works on WS2003?
If so, the best I advice I can offer you is to ensure that your XP machine is fully updated.
Also, I haven't seen where you've checked the return from new Cache::MemCached?
I'd strongly suggest you change your test script to:
use strict; use warnings; use Data::Dumper; use Cache::Memcached; my $CACHE = new Cache::Memcached( { servers => [ "myremotecache.com:11 +211" ] }) or die "$! / $^E"; print Dumper($CACHE->stats());
And see what if any extra information that provides.
In reply to Re^5: Perl Memcached client under Windows XP
by BrowserUk
in thread Perl Memcached client under Windows XP
by brancusi
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |