curl-and-php
Re: Any help with persistent http connections
From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Fri, 23 Jul 2004 20:10:51 +0200 (CEST)
Date: Fri, 23 Jul 2004 20:10:51 +0200 (CEST)
On Fri, 23 Jul 2004, Sinan wrote:
> If you mean the web server I am querying against, I cant change the config
> obviously. But if you would mean the web server where my scripts are run,
> then I wish to learn the details about curl configs.
When you use libcurl, persistent connection is very easy: just re-use the same
handle.
The last time I heard, this feature is not supported by the PHP/CURL module.
So, all it takes is to make the PHP glue support it.
-- Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se Dedicated custom curl help for hire: http://haxx.se/curl.htmlReceived on 2004-07-23