A nice list of hints about concurrency in java - http://www.weiqigao.com/blog/2007/03/09/eric_burke_java_concurrency_by_example.html

Testing about java parallel processing - http://embarcaderos.net/2011/01/23/parallel-processing-and-multi-core-utilization-with-java/

Some concurrency basic information - http://blog.andrewhubbs.com/?p=107

Tutorial of concurrency package - http://tutorials.jenkov.com/java-util-concurrent/index.html

Using Latch with Executor - http://binkley.blogspot.com/2011/06/new-shimmer-for-java-concurrency.html
