Crist J. Clark wrote: > On Sun, May 19, 2002 at 10:25:18AM -0700, Michael Sierchio wrote: > [snip] > > >>Back to problem of NFS over UDP -- it's not so stateless, is it? ;-) >>Remote disk access is mostly bulk transfer operations anyway, > > > A _lot_ of remote disk access is not bulk transfers, but file status > information.
Okay, you're right -- my own research indicates that 'stat' is the most common operation on a file. It accounts, in numbers, for the majority of all file operations, whether local mounts or NFS. I think I'd like to revise my point -- the implementation of a protocol which was intended to be stateless, but whereby state is introduced by attempting to implement reliable delivery over UDP (where UDP datagram size may be up to 64KB) is problematic. T/TCP is interesting, but I wouldn't use it w/o some lightweight authenticator in the message. UDP works, by and large, except when it doesn't. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message