Subject: re: nfsd and process load sharing
To: Frank van der Linden <frank@wins.uva.nl>
From: matthew green <mrg@eterna.com.au>
List: tech-kern
Date: 06/04/1999 21:28:04
   
   I could change the code to put free nfsds at the back of the queue so that
   nfsds are used round-robin if it makes you feel happy ;-)


actually, this would mean that on a lightly loaded system, every
nfsd would be kept in memory as they would round robin, rather
than just having the few necessary in core, and the others possible
paged out...

i think i prefer the current behaviour..