Re: curl_global_init performance

2013-09-01 Thread Kamil Dudka
On Saturday, August 31, 2013 19:04:25 Dave Reisner wrote: On Fri, Aug 30, 2013 at 11:01:20PM +0200, Daniel Stenberg wrote: On Fri, 30 Aug 2013, Tim Ruehsen wrote: The 'time' command is not very exact, it gives just a direction. I agree, that in normal situations (user starting curl to

Re: Could the iOS libcurl support CURLOPT_SSLCERT from disk file

2013-09-01 Thread Daniel Stenberg
On Sat, 31 Aug 2013, Nick Zitzmann wrote: No comments from anyone? Here's an updated version of the patch. In this version, I've also updated the documentation for the curl tool and curl_easy_setopt(). Does anyone have any comments on this change? Sorry for not responding, but I think the

Re: A Question On Libcurl Performance

2013-09-01 Thread Daniel Stenberg
On Sat, 31 Aug 2013, Thomas Dineen wrote: Yes I counted 60 seconds of delay from url_fopen to url_fgets. Code section is shown below and entire funcion is attached. Well, that's a fairly complicated example and maybe that has a flaw somewhere? Do you see the same time-out problem if you

Re: A Question On Libcurl Performance

2013-09-01 Thread Rich Gray
Daniel Stenberg wrote: On Sat, 31 Aug 2013, Thomas Dineen wrote: Now when I perform the exact same access on Fedora 14 the read performance is very slow. When the read access is executed by sending the URL I don't understand this part. The read access is executed? there seems to be a