Re: Meaning of G_IO_STATUS_AGAIN apart from resource temporarily unavailable ?



Colossus wrote:
Hi,

I red the docs on GIOChannels but I'm stuck regarding what means
"resource temporarily available"

with non-blocking I/O that means that the buffers are full, so the call
will not process all your data, and to avoid that this function will
block your application, it will return.

this is what non-blocking I/O is all about: returning if it would
otherwise take too long

regards,
        Olivier



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]