I'm aware of MemCached-Windows, I already am using that as my server, however my issue is with the client end and that just points back to the same CPAN library :(

Given I can telnet to the server from the same system that is trying to be a client, I don't see why it won't open the socket (ie there should be no firewall issue). I've tried it against a second Memcached server that is running on ubuntu and have the same problem.

:-(

--------- UPDATED -----------

To add insult to injury, if I install the memcache win32 SERVER on my WinXP system, I can connect to it from a Win 2003 client using exactly the same test code and everything is fine. However the windows XP system refuses to even connect to the localhost system!

It seems to me that the client library Cache::Memcache doesn't work on WinXP at all with Activestate Perl - can someone out there confirm that it DOES actually work fine so at least I know it's something about my system that is the issue?

I've tried un-installing and reverting to version 1.24 rather than 1.26 but the same fault remains


In reply to Re^4: Perl Memcached client under Windows XP by brancusi
in thread Perl Memcached client under Windows XP by brancusi

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.