JuHui wrote: > Hi > I want to get 200000 html pages content from one server, you know > urllib.urlopen need construct network connection, it will be very > slowly, how to speed up this function? > I try to using multi-thread, it speed up, but I want to quickly more, > any idea about it? > Thanks! > You are most likely constrained by the speed of your Internet connection. If that is the case, there is nothing you can do.
-Larry Bates -- http://mail.python.org/mailman/listinfo/python-list