Stevens (in Unix Network Programming) notes that read/write on a socket may input/output fewer bytes than requested. Can I expect the same behavior for readv/writev? If so, how might one implement "readvn"/"writevn"? (a la Steven's readn/writen) John Baugh jwb at cepmax.ncsu.edu