Archive for January, 2012

JPPF 3.0 released

The new version of the nice Java Parallel Processing Framework (JPPF) is out. See what’s new in the release 3.0 by reading the release notes.

flush memcached via command line

Just this simple command will flush the memcached cache:

echo “flush_all” | nc 127.0.0.1 11211

assuming that it runs on the localhost with the default port.