July 31, 2004
5:01 p.m.
On Sat, 2004-07-31 at 15:55, George Schlossnagle wrote:
My question is: does write() make a non-blocking write, and if so does it reschedule itself later on automatically? Does it block? What is the preferred way of handling this?
It doesn't block, and if it can't write it buffers for you. You just don't have to worry about it. -- Itamar Shtull-Trauring http://itamarst.org