Whenever I've needed a quick and easy solution for parallel batch processing, particularly where I need to pull a lot of data through external APIs ( like REST or SOAP for instance ), I've found php Curl extension's ability to run multiple http queries in parallel via curl_multi_select invaluable.