curl-and-php
Re: sending multiple transactions over one cURL connection
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 28 Aug 2003 14:12:27 +0200 (CEST)
Date: Thu, 28 Aug 2003 14:12:27 +0200 (CEST)
On Thu, 28 Aug 2003, David Felton wrote:
> Part of my project requires that I POST quite a large number of transactions
> to the same server using cURL, one after the other. Is there a way I can
> send all the transactions across the same connection and still retrieve the
> result, rather than having to open a new connection each time?
I don't think so.
libcurl itself supports this kind of operation, but AFAIK the PHP/CURL binding
code does not. People have reported both success and failures after having
tried that stunt.
I hope that one day someone will make sure that the binding supports this.
-- Daniel Stenberg -- curl: been grokking URLs since 1998 ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sfReceived on 2003-08-28