Skip to content

Instantly share code, notes, and snippets.

@sujee
Created December 1, 2010 00:24
Show Gist options
  • Save sujee/722709 to your computer and use it in GitHub Desktop.
Save sujee/722709 to your computer and use it in GitHub Desktop.
...
...
long t2 = System.currentTimeMillis();
cache.shutdown(10, TimeUnit.SECONDS); // graceful shutdown
System.out.println("Time for " + MAX + " puts is " + (t2 - t1) + " ms");
// open another connection
cache = new MemcachedClient(new InetSocketAddress(server, port));
...
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment