This is a simple script for doing request using multiple threads. I got it from http://www.ibm.com/developerworks/aix/library/au-threadingpython/.
How to put all the html of each requested page into a varible. I tried with a global variable and it doesn't work.