cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

Re: String length limitation with curl.

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 16 Apr 2009 09:08:19 +0200 (CEST)

On Thu, 16 Apr 2009, Manish Katiyar wrote:

> Is there any limitation about how long a string can be while sending data
> from curl. I have below code. It works when the file is small but not when
> the file size is large. Or does it matter how many nodes are there in xml
> file, because when i delete some nodes it works.

I noticed you solved this on your own, but I just wanted to add that libcurl
has virtually no "artificial" limits on strings or data amounts. You can feed
it and it can feed you as much as the system can deal with (memory and other
resource wise).

-- 
  / daniel.haxx.se
_______________________________________________
http://cool.haxx.se/cgi-bin/mailman/listinfo/curl-and-php
Received on 2009-04-16