-
- Downloads
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.
Showing
- CHANGES 10 additions, 0 deletionsCHANGES
- RELEASE-NOTES 1 addition, 0 deletionsRELEASE-NOTES
- configure.ac 7 additions, 6 deletionsconfigure.ac
- lib/README.ares 1 addition, 2 deletionslib/README.ares
- lib/easy.c 5 additions, 2 deletionslib/easy.c
- lib/hostares.c 68 additions, 28 deletionslib/hostares.c
- lib/select.c 0 additions, 221 deletionslib/select.c
- lib/select.h 0 additions, 4 deletionslib/select.h
Please register or sign in to comment