home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / acorn / tech / 1119 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  1.7 KB

  1. Path: sparky!uunet!pipex!bnr.co.uk!uknet!mcsun!Germany.EU.net!tools!fl
  2. From: fl@tools.de (Frank Lancaster)
  3. Newsgroups: comp.sys.acorn.tech
  4. Subject: Re: adfsbuffers
  5. Message-ID: <FL.92Dec21130356@pierre.tools.de>
  6. Date: 21 Dec 92 14:03:56 GMT
  7. References: <1992Dec18.113330@informatik.uni-kl.de>
  8.     <1992Dec20.011534.5366@cs.aukuni.ac.nz>
  9. Organization: Tools GmbH, Bonn, Germany
  10. Lines: 24
  11. NNTP-Posting-Host: pierre.tools.de
  12. In-reply-to: jwil1@cs.aukuni.ac.nz's message of 20 Dec 92 01:15:34 GMT
  13.  
  14. In article <1992Dec20.011534.5366@cs.aukuni.ac.nz> jwil1@cs.aukuni.ac.nz (TMOTA) writes:
  15.  
  16. >   That is, I
  17. >   get the impression that setting a large value for ADFSBuffers will NOT
  18. >   have ANY effect on a SINGLE file, but using (e.g.) 256 buffers will allow
  19. >   up to 256 files to be buffered simultaneously.
  20. >   A value like 8 or 16 will probably be plenty - this will allow pretty much
  21. >   all the files you ca expect to be open at any time to be buffered.
  22.  
  23. Actually adfsbuffers does have a dramatic effect on reading
  24. and writing a single file. Using my RISC OS tar for a large hard disc
  25. backup with compression, I normally set adfsbuffers to 255. Then
  26. writing to the disc happens in the background and the compression
  27. of a file can begin before the preceeding file has been completely
  28. written to disc. This also works under taskwindows, so you get
  29. somewhat better preemptive multitasking.
  30.  
  31. Alas there seems to be some kind of bug in the filing system as
  32. it sometimes causes the machine to hang (and that gets really awful
  33. if the disc maps are just being written). So if I'm doing a complete
  34. backup of my hard disc I use the raw disc writing option in tar
  35. which uses ADFS_DiscOp and avoids adfsbuffers.
  36.  
  37. -- Frank Lancaster, fl@tools.de
  38.