From: Bill Kelly Date: 2004-11-27T07:48:54+09:00 Subject: Re: [ANN] Multiplexer - linear non-blocking I/O Hi, From: "Tanaka Akira" > > 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