Basically yes, most NFS implementation perform a write behind, that allows
multiple requests to be merged if they are performed within some timeout.
Also for this to be effective, you need to use 8k nfs writes. The current
linux kmalloc/networking swallows a lot of memory (16k per packet), which
also has a large effect on performance, and isn't pratical with <16MB of ram.
-- Jon. <jon@gte.esi.us.es, http://www.esi.us.es/~jon>