September 2011

You are browsing the archive for September 2011.

Parallel Programming Using Java

Parallel processing can be implemented using the following Java API/library

Callable and ExecutorService Interface
Apache Hadoop

Factorial is a study of performance characteristics of various methods to do parallel processing in Java. In this study, we calculate factorial of a non-negative integer in parallel. Stay tuned