Looks good!&nbsp; I just compiled and benchmarked Cache::MemcacheC on Centos 4.3 (RHEL 4.3 clone) w/o problems.&nbsp; Looked to be about 2x faster on sets and 5x faster on gets w/ my config (testing against localhost).<br> <br> One thing - it doesn't seem to make much difference on my Athlon, but it would be best to not hard code the mtune to pentium4.<br> <br> Also, Mac OS X chokes on the call to xargs in the tests.&nbsp; I'll try to track down the changes needed to fix it tomorrow.<br> <br> <pre><tt>Jason-Titus-Computer-2:/Volumes/jason/Cache-MemcacheC-1.1 jasontitus$  <br>make test<br>Running Mkbootstrap for Cache::MemcacheC ()<br>chmod 644 MemcacheC.bs<br>PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"  <br>"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t<br>t/Cache-MemcacheC....ok 1/0xargs: illegal option -- -<br>usage: xargs [-0pt] [-E eofstr] [-I replstr [-R replacements]] [-J  <br>replstr] [-L number] [-n number [-x] [-s size] [utility  <br>[argument
 ...]]<br>xargs: illegal option -- -<br>usage: xargs [-0pt] [-E eofstr] [-I replstr [-R replacements]] [-J  <br>replstr] [-L number] [-n number [-x] [-s size] [utility  <br>[argument ...]]<br>Can't exec "memcached": No such file or directory at t/Cache- <br>MemcacheC.t line 28.<br>Can't exec "memcached": No such file or directory at t/Cache- <br>MemcacheC.t line 29.<br>t/Cache-MemcacheC....dubious<br>         Test returned status 0 (wstat 13, 0xd)<br>FAILED--1 test script could be run, alas--no output ever seen<br>make: *** [test_dynamic] Error 255</tt></pre> Anyway - very cool stuff overall.&nbsp; It will be nice to have a wickedly fast perl module for accessing memcached.<br> <br> Jason<br>