home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.11 / text0068.txt < prev    next >
Encoding:
Internet Message Format  |  1987-07-18  |  1.1 KB

  1. From: henry@utzoo.UUCP (Henry Spencer)
  2.  
  3. > >        1)  Data is not block oriented. This slows down processing...
  4. > I miss this one. It may slow things under MVS, but there's no reason
  5. > why reading less physical data should slow things down. Quite the
  6. > opposite.
  7.  
  8. The problem being alluded to is that the data is not block-aligned.  This
  9. is a bit of a performance pain when the disks are block-aligned, although
  10. tar's block alignment isn't going to help a lot if the disk blocks are bigger
  11. than tar's (which they normally are, nowadays).
  12.  
  13. > >        2)  There is no room left in the header. No customization
  14. > >            possible (without also sending the customized program).
  15. > This is a major advantage. Save us from "custom standard' format. The
  16. > custom stuff belongs in the *file*, not the format (in my opinion).
  17.  
  18. The point here is that you can customize tar to some degree *without*
  19. making it incompatible with the standard ones.  (We did, for example.)
  20. This is not true of cpio, since there's no spare space in the header.
  21.  
  22.                 Henry Spencer @ U of Toronto Zoology
  23.                 {allegra,ihnp4,decvax,pyramid}!utzoo!henry
  24.  
  25. Volume-Number: Volume 11, Number 69
  26.  
  27.