Mikhail Gusarov wrote:
> PS> Sure, but why does that matter? fds that would block just shouldn't
> PS> be processed at that time?
> 
> * select() returns 'ok, you can write to fd N'.
> * You call write(N, buf, size).
> * It blocks after writing size/2.
> * ...
> * PROFIT

Do a lot of systems actually block there instead of having write()
return size/2?


//Peter

Attachment: pgpBketa4BPvY.pgp
Description: PGP signature

_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel

Reply via email to