]> granicus.if.org Git - curl/commit
When transferring 500 downloads in parallel with a c-ares enabled build only
authorDaniel Stenberg <daniel@haxx.se>
Thu, 31 May 2007 11:34:32 +0000 (11:34 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 31 May 2007 11:34:32 +0000 (11:34 +0000)
commit4c663ba9a8fbb9d58369e613230693b487b18d39
treeeefada77f3df989013b628cf3bb52b965795f167
parent713c9f8602caf53db2159b3db7d863f15174e987
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.
CHANGES
RELEASE-NOTES
configure.ac
lib/README.ares
lib/easy.c
lib/hostares.c
lib/select.c
lib/select.h