ParallelCurl ~~~~~~~~~~~~~~~ This module provides an easy-to-use interface to allow you to run multiple CURL url fetches in parallel in Python, without threads. To test it, go to the command line, cd to this folder and run ./test.py This should run 100 searches through Google's API, printing the results. To see what sort of performance difference running parallel requests gets you, try altering th