Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!elroy.jpl.nasa.gov!lll-winken!taco!cepmax.ncsu.edu!jwb From: jwb@cepmax.ncsu.edu (John W. Baugh Jr.) Newsgroups: comp.unix.programmer Subject: readv/writev Message-ID: <1991Jun21.215941.5693@ncsu.edu> Date: 21 Jun 91 21:59:41 GMT Sender: news@ncsu.edu (USENET News System) Reply-To: jwb@cepmax.ncsu.edu Organization: North Carolina State University Lines: 7 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@cepmax.ncsu.edu