| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Re: async IO using libCURL
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 10 Aug 2010 23:44:54 +0200 (CEST)
On Tue, 10 Aug 2010, Jogeshwar Karthik Akundi wrote:
> Write shouldn't block. I give data to write, CURL would give a
That's not really how it works in anything but Windows perhaps[*].
IO in Linux and unix is generally non-blocking not asynchronous, so you do as
If you truly want "asynchronous", you build it with threads but the underlying
I'll second Frank's question: what exactly are you planning to do that the
If you're looking for high performance socket and event handling on *nix, the
[*] = stuff like SIGIO/SIGPOLL exists, but its not really what anyone uses and
-- / daniel.haxx.se ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.htmlReceived on 2010-08-10 These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info