On Tue, Jul 26, 2011 at 02:09:51AM +0200, Vincent Torri wrote: > they have their use of libcurl. I'm porting to windows a set of libs. In one > of > these libs, there are 2 ways to do async download: fork or c-ares. As there is > no fork on windows, i have to use c-ares. As I'm not the maintainer of these > libs, I have no choice.
Note that libcurl has supported async resolves on Windows for a long time, using neither of those two ways. Is there really no way for the libs you're porting to use this mechanism provided by libcurl? >>> Dan ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
