On Mar 6, 9:03 am, theRat <[email protected]> wrote: > All, > > anyone out there have an opinion on which java memcached client is > best? I'm looking for something that can handle multi-threading on > the client side, is reliable, and performs well. Any opinions? Also, > is memcached in a position yet where you can mix-and-match memcached > clients with memcached servers?
Well, my opinion is that you should use mine (spy memcache). :) I encourage you to try any you find and give feedback, though. There's not general inter-client compatibility, but my client can be configured to be compatible with the Whalin one such that you can mix them on a deployment and see what you prefer. My client and docs: http://code.google.com/p/spymemcached/ http://bleu.west.spy.net/~dustin/projects/memcached/apidocs/ http://code.google.com/p/spymemcached/wiki/Examples http://code.google.com/p/spymemcached/wiki/Optimizations Whalin's client (docs, etc...) http://www.whalin.com/memcached/ http://www.whalin.com/memcached/javadocs/ http://www.whalin.com/memcached/HOWTO.txt
