Re: A Question On Libcurl Performance

2013-09-11 Thread David Strauss
On Sat, Aug 31, 2013 at 11:57 AM, Thomas Dineen tdin...@ix.netcom.com wrote: For both Solaris 10 and Fedora 14 Fedora 14 hasn't been supported since 2011, and many of its libraries are very old now. -- David Strauss | da...@davidstrauss.net | +1 512 577 5827 [mobile]

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

A Question On Libcurl Performance

2013-08-31 Thread Thomas Dineen
Gentle People: I am using libcurl and some of Curl Website example code as calling routines for a multi-platform project where a webpage is read from finance.yahoo.com. Everything works as expected on Solaris 10 and MS Windows, delivering excellent performance reading a web page.

Re: A Question On Libcurl Performance

2013-08-31 Thread Daniel Stenberg
On Sat, 31 Aug 2013, Thomas Dineen wrote: I am using libcurl and some of Curl Website example code as calling routines for a multi-platform project where a webpage is read from finance.yahoo.com. ... Now when I perform the exact same access on Fedora 14 the read performance is very slow.

Re: A Question On Libcurl Performance

2013-08-31 Thread Thomas Dineen
Daniel: I am using libcurl and some of Curl Website example code as calling routines for a multi-platform project where a webpage is read from finance.yahoo.com. ... Now when I perform the exact same access on Fedora 14 the read performance is very slow. When the read access is executed by