Java Client 0.9.1 available

Russo, Richard russor@msoe.edu
Sat, 25 Oct 2003 20:25:30 -0700


The new version of the Java client (0.9.1), has been pushed to 
official website; validating my diff skills. :)  

http://www.danga.com/memcached/dist/java-memcached-0.9.1.tar.gz

http://cvs.danga.com/browse.cgi/wcmtools/memcached/api/java/CHANGELOG.
txt?rev=HEAD&content-type=text/plain


Changes from last version:

This version makes some code prettier, and adds the single client and 
single key get optimizations that were added to the perl client 
recently.  The network I/O was already pretty much optimized, but I 
changed it from a looping read (like the perl client has) to a 
blocking read, to reduce the code size a tad.

toast