Time spent in ares_init_options

2015-07-15 Thread Paul Oliver
Hi there, I've written a libcurl application based on the hiperfifo example and have run into something I'm unsure about. I have a test that kicks off requests to around 9K distinct URLs concurrently. It seems that ~75% of time during this test is spent inside ares_init_options. Is this

Re: Time spent in ares_init_options

2015-07-15 Thread Gisle Vanem
Paul Oliver wrote: I've written a libcurl application based on the hiperfifo example and have run into something I'm unsure about. I have a test that kicks off requests to around 9K distinct URLs concurrently. It seems that ~75% of time during this test is spent inside ares_init_options.

Re: Odd Issue building curl/libcurl

2015-07-15 Thread Cyd Haselton
Additional Information: If I run make in the /lib and /src the Make recipes actually run. It's only in the top level source directory that make immediately fails. On July 15, 2015 8:26:30 AM CDT, Cyd Haselton chasel...@gmail.com wrote: Hello, When rebuilding curl on my system I'm experiencing

Odd Issue building curl/libcurl

2015-07-15 Thread Cyd Haselton
Hello, When rebuilding curl on my system I'm experiencing a weird problem. No matter what I do, running make immediately fails with ***[all-recursive] Error 1. I've tried the following: running make distclean (fails with the same error), running configure then make (fails with the same