Sun Network File System and their RPC

sanjay Radia srradia at watmath.UUCP
Thu Jan 31 01:25:50 AEST 1985


Since Sun's file servers don't maintain any states between requests 
all their file server operations are idempotent (can be
repeated any number of times) with the exception of append (which they
don't support) and create (which does not work well depending on the perms).
Thus, I suspect, Sun's RPC supports the "atleast once" semantics which
is very easy to implement and takes advantage of the low error rate on
the ethernet. Of cource this requires that all operations are idempotent.
File servers like the Sun's NFS and Xerox's WFS have idempotent operations which
can use RPC with "atleast once" semantics but many applications require
"exactly once semantics" and Sun's RPC package might not be very useful.
-- 

		sanjay
		UUCP:	...!{ utzoo,decvax,ihnp4,allegra}!watmath!srradia
		ARPA:	srradia%watmath%waterloo.csnet at csnet-relay.arpa
		CSNET:	srradia%watmath at waterloo.CSNET



More information about the Comp.unix.wizards mailing list