diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-05-31 11:34:32 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-05-31 11:34:32 +0000 |
commit | 4c663ba9a8fbb9d58369e613230693b487b18d39 (patch) | |
tree | eefada77f3df989013b628cf3bb52b965795f167 /lib/README.ares | |
parent | 713c9f8602caf53db2159b3db7d863f15174e987 (diff) |
When transferring 500 downloads in parallel with a c-ares enabled build only
to find that it crashed miserably, and this was due to some select()isms left
in the code. This was due to API restrictions in c-ares 1.3.x, but with the
upcoming c-ares 1.4.0 this is no longer the case so now libcurl runs much
better with c-ares and the multi interface with > 1024 file descriptors in
use.
Diffstat (limited to 'lib/README.ares')
-rw-r--r-- | lib/README.ares | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/README.ares b/lib/README.ares index b41b70924..b94a16611 100644 --- a/lib/README.ares +++ b/lib/README.ares @@ -12,8 +12,7 @@ c-ares: http://daniel.haxx.se/projects/c-ares/ NOTE - The latest libcurl version requires c-ares 1.3.2 or later to work - flawlessly. + The latest libcurl version requires c-ares 1.4.0 or later. Once upon the time libcurl built fine with the "original" ares. That is no longer true. You need to use c-ares. |