asynchronous socket writing
Jonas H.
jonas at lophus.org
Fri Mar 12 17:13:19 CET 2010
On 03/12/2010 05:07 PM, Graham Leggett wrote:
> When you're told "this socket is ready for write", all it's telling you
> is that you are ready to write once. If you want to write a second time,
> you need to return, and then wait to be called again to confirm the os
> is ready for your second write, and third, and so on until you have
> nothing left to write.
>
> Does that make sense (and am I understanding you correctly?)
Yes it does. I think I finally got it. Thank you very much!
And Dan, thanks for the link. I promise I'll read it. :)
Jonas
More information about the libev
mailing list