Hi all,<br><br>I am in the process of writing a http client using twisted.<br>I want it to connect to multiple http servers and download more than one page asynchronously, without using threads.<br>How can I use the reactor object to connect to multiple servers and download data like this?
<br><br>thanks,<br><br>--Vijay<br><br><br>