Re: [twsocket] What is faster blocking/non blocking http transfer

2005-11-20 Thread Francois PIETTE
> I tried to figure out, wht is the best to download a couple of text files. > I thought it was the best to do non blocking transfers (async). In my > personal tests using public servers the async routines were faster. > But I saw an application using blocking transfers, which got the > data in the

[twsocket] What is faster blocking/non blocking http transfer

2005-11-19 Thread Christian Ernst
Hello all. I tried to figure out, wht is the best to download a couple of text files. I thought it was the best to do non blocking transfers (async). In my personal tests using public servers the async routines were faster. But I saw an application using blocking transfers, which got the data i