>GOMEZ Henri wrote: >> I allways use read/write on Unix instead of recv/send. >> It works way better. > >Why better? >recv/send on BS2000 goes directly to the network through the >socket libraries >and read/write does with an additional POSIX layer.
Hi JF, History, history ;) I switched from recv/send to read/write many years ago when I got strange behaviour on Sun 0S 4.1 ;) BTW, a socket is an I/O descriptor, so it's still valid to use it with read/write -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>