Hi, From: "Tanaka Akira" <akr / m17n.org> > > Because write(2) system call blocks until whole data is written unless > nonblocking flag is set, even after select notify the fd is writable. I've always used send/recv for my socket I/O. I *think* I don't have a problem with blocking, even without NONBLOCK set. (Excepting rare circumstances as are possible with accept(), etc.) Does that sound right? Or should I be seeing blocking problems even using send/recv ? Thanks, Regards, Bill