NFS performance: a question

Sanjay Uppal uppal at hpindda.HP.COM
Thu Feb 11 10:36:45 AEST 1988


As has been mentioned before, the asynchronous option would
go against the stateless nature of NFS if one wanted to 
recover from crashes correctly. However, I believe that
for the latest revision of the protocol SUN will allow
such a call to be made.

In UNIX, for files greater than the number of directly accessed
blocks, the indirect block too has to be written to the disk
synchronously. That makes it 3 blocks to be written synchronously
for every data block. Not only does this decrease the overlapped
processing with the cpu, but also increases the average time
to write a block as the blocks are no longer physically sequential.


Sanjay Uppal (NN9T, VU2SMT)	phone:	(408) 447-3864
Hewlett-Packard (IND)		uucp: ...!hplabs!hpda!uppal
NS/800			 	arpa: uppal%hpda at hplabs.hp.com



More information about the Comp.unix.wizards mailing list