From 758d6c1119404bf9a440fd3a54b1d8ad53565431 Mon Sep 17 00:00:00 2001 From: cedric Date: Mon, 4 Apr 2011 12:33:41 +0000 Subject: [PATCH] ecore: put recommandation about asynchronous dns resolution and curl. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/ecore@58325 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- README.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.in b/README.in index e20ecfe..15ffc43 100644 --- a/README.in +++ b/README.in @@ -82,3 +82,11 @@ COMPILING AND INSTALLING: (as root unless you are installing in your users directories): make install +------------------------------------------------------------------------------ +NOTE: + +You can experience main loop lock (and more likely see UI lock) if libcurl +doesn't use an asynchronous dns resolver. Since Curl 7.21.0, you can use the +native dns resolver asynchronously by turning --enable-threaded-resolver +on during configure time. For older version, C-Ares is the way to solve that +issue (see: http://c-ares.haxx.se/ ). -- 2.7.4