cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: keep-alive mesgs

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Wed, 22 May 2002 08:53:26 +0200 (MET DST)

On 22 May 2002, yarram sunil wrote:

> How does curl manages the persistent connections? Does it send keep-alive
> messages periodically to make the connection persistent?

Persistent HTTP/FTP connections are made persistent only by the server end.
curl can't do anything to extend their life times or keep them alive using
some kind of messages (other than actual protocol requests/commands).

Also, libcurl has no threading or anything so it can't do anything while not
in control.

-- 
    Daniel Stenberg -- curl groks URLs -- http://curl.haxx.se/
_______________________________________________________________
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
Received on 2002-05-22