home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / ultrix / 8201 < prev    next >
Encoding:
Text File  |  1992-11-09  |  1.6 KB  |  33 lines

  1. Newsgroups: comp.unix.ultrix
  2. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!caen!nigel.msen.com!yale.edu!ira.uka.de!Germany.EU.net!ifado!wb
  3. From: wb@arb-phys.uni-dortmund.de (Wilhelm B. Kloke)
  4. Subject: Re: Is local caching configurable?
  5. Message-ID: <1992Nov10.071109.19304@arb-phys.uni-dortmund.de>
  6. Organization: Institut f. Arbeitsphysiologie a.d. Uni Dortmund
  7. References: <776@sandia.UUCP>
  8. Date: Tue, 10 Nov 92 07:11:09 GMT
  9. Lines: 22
  10.  
  11. In article <776@sandia.UUCP> kristina@sandia.uucp (Kristina Buchholtz (9226)) writes:
  12. >I'm using Ultrix 4.3, and have done some timing tests on
  13. >local disk access vs. nfs disk access.  Nfs seems to be
  14. >about twice as fast on writes of large files, and I am
  15. This is quite normal, the data are cached three times when writing on NFS;
  16. first normal Unix write cache; second the NFS server process and third
  17. the write cache on the server.
  18. >guessing this is because the data is cached.  Are there
  19. >some parameters that can be tweaked to cause local data
  20. >to be cached, to make local accesses as fast as nfs
  21. They are always cached except when written synchronously.
  22. >accesses?  (If so, would this be a bad idea?)  (I realize
  23. >this nfs vs. local timing difference is not limited to
  24. >Ultrix 4.3; I've found the same results on Ultrix 4.2 and
  25. >SunOS.)
  26. Of course you pay for the better write performance via NFS by loading
  27. the server and using up it's memory. You may speed up your local write
  28. access by adding more memory (bigger buffer pool) to your machine.
  29. -- 
  30. Dipl.-Math. Wilhelm Bernhard Kloke,
  31. Institut fuer Arbeitsphysiologie an der Universitaet Dortmund
  32. Ardeystrasse 67, D-4600 Dortmund 1, Tel. 0231-1084-257
  33.