A Simple Thread Pool Usage in Java

Thread programming is a technique that allows a program do divide itself into multiple, concurently executing tasks called threads, which can improve performance and responsiveness by utilising  multiple CPU cores…

An Introduction to Multiprocessing in Python

Multiprocessing with Python http://toastdriven.com/blog/2008/nov/11/brief-introduction-multiprocessing/