cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: libcurl question, Range support for http

From: Richard Atterer <richard_at_list04.atterer.net>
Date: Fri, 26 Nov 2004 14:43:04 +0100

Hi,

a point worth noting about HTTP pipelining is that it prevents the "TCP
slow start" from happening whenever you wait for data on an idle
connection.

Goswin, you could have a look at libwww, but I do not recommend it; while
pipelining works, it has a number of other issues. Instead, either just
live with persistent, non-pipelined connections or use libcurl with 2 or 3
parallel connections to the same server. :-/

Cheers,

  Richard

-- 
  __   _
  |_) /|  Richard Atterer     |  GnuPG key:
  | \/¯|  http://atterer.net  |  0x888354F7
  ¯ '` ¯
Received on 2004-11-26