Hi! I have a question. I want to create simple load test for my web application.
Consider the following script:
while 1:
urllib2.urlopen("www.example.com")
How can I make it running in several threads?
_______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
