| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Re: Connection Options
From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Sat, 3 Apr 2004 14:59:44 +0200 (CEST)
On Fri, 2 Apr 2004, Monica Lau wrote:
> However, for the "recv()" socket system call, I believe this system call
No, libcurl uses non-blocking sockets so it won't block on this.
> so there is no OS default timeout for this, right?
This is still true though, there's no timeout for a recv().
> If this is the case, how does libcurl implement the "GET" request to the web
Nope. But if you use curl_easy_perform() in the same thread, it might of
> So, I'm just wondering if libcurl implements non-blocking or blocking system
If you want to use as little blocking calls as possible, then I recommend
--
Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2004-04-03
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info