Process Pool

This project is an implementation of the standard Java ExecutorService interface (actually guava's ListeningExecutorService) which uses seperate JVM processes rather than threads to execute tasks.