On May 1, 2008, at 11:36, Ray Krueger wrote:
I made a pass at adding global time outs to all the Future.get and
CountdownLatch.await calls in MemcachedClient.
This time around I added a new RuntimeException called
OperationTimeoutException. Basically every TimeoutException caught
results in a OperationTimeoutException being thrown. I've added a 1000
millisecond default timeout with a setter to change it...
I'm having plenty of trouble figuring out Git, but I think I got it.
http://github.com/raykrueger/java-memcached-client/commits/master/
Whatcha think?
I think it's about right. Thanks a lot.
I added two inline comments at github. Really minor stuff (mainly
just writing down a bit of intent). If you can do that, it'd be
great, otherwise let me know and I'll merge it as is.
Otherwise, thanks for getting this out of my way. :)
--
Dustin Sallings