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! Why don't you try and use wget?