Re: Downloading web pages using threads

clint suson <csuson@gwcom.com> wrote:
> How do you implement the multiple simultaneous socket connections to a
> single host.

You don't want to. Pipelining is faster. If you have more than one request
from any host, libwww will automatically pipeline the requests for you.
-- 
Sam Couter                                              sam@topic.com.au
Internet Engineer                               http://www.topic.com.au/
tSA Consulting

Received on Tuesday, 4 April 2000 20:30:21 UTC