home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / next / misc / 24061 < prev    next >
Encoding:
Text File  |  1993-01-25  |  3.2 KB  |  78 lines

  1. Newsgroups: comp.sys.next.misc
  2. Path: sparky!uunet!destroyer!gatech!purdue!mentor.cc.purdue.edu!news
  3. From: kane@cs.purdue.edu (Christopher Kane)
  4. Subject: Re: Drive drive
  5. Message-ID: <C1FGu4.EzF@mentor.cc.purdue.edu>
  6. Sender: news@mentor.cc.purdue.edu (USENET News)
  7. Organization: Purdue University
  8. References: <1993Jan25.121021.1787@macc.wisc.edu>
  9. Date: Mon, 25 Jan 1993 20:56:25 GMT
  10. Lines: 66
  11.  
  12. In article <1993Jan25.121021.1787@macc.wisc.edu> anderson@macc.wisc.edu (Jess  
  13. Anderson) writes:
  14. > In article <SCOTT.93Jan24203511@nic.gac.edu>
  15. > scott@nic.gac.edu (Scott Hess) writes:
  16. > >In my experience, zip (or gzip) would reduce the disk needs
  17. > >by up to %40, which is a pretty substantial improvement.  Furthermore,
  18. > >compression is free and works even if new disk space is purchased,
  19. > >so investment in a reasonable compression scheme is going to keep
  20. > >paying back in the future.
  21. > Unquestionably better compression technologies are a wise
  22. > investment.  They pay back not only for the servers, but for
  23. > the user community as well, because most of us are anything
  24. > but swimming in extra disk space.
  25. >
  26. > There are significant labor costs in this dimension too.
  27. > F'rinstance, were I to update my MS-DOS archive, which is
  28. > stored on 800 floppy disks, from ARC to ZIP, I'd be looking
  29. > at the time it takes to do this on a 12 MHz AT clone,
  30. > feeding the disks one at a time.  [...]
  31.  
  32. Another benefit of compression, not mentioned yet, is that it
  33. could reap benefits _immediately_.  Even if the schools can accept
  34. the gift of disk space, it may take quite a while for whatever
  35. process needs to be gone through to complete, plus additional time
  36. to install/setup the new drive.
  37.  
  38. Also, Jess's example, while I can sympathize with it, having once
  39. converted a mere 50 full floppies to a new compression scheme, is
  40. perhaps somewhat misleading.  Floppies need constant attention to
  41. feed them, as he notes, but the hard drive does not.  A script
  42. could easily be set up to travel through the archive, replacing
  43. compressed files with their gzip'd counterparts.
  44.  
  45. An informal test that I ran earlier today indicates that a wholesale
  46. conversion of the archives from compress to gzip may immediately
  47. generate 80-110 MB of free space on the disk, taking perhaps one
  48. CPU-day (a questionable unit of work, I admit).  Some of the data:
  49. sonata.cc> du 1.0-release        ; no compression
  50. 26488   1.0-release/source
  51. 30004   1.0-release/binaries
  52. 4835    1.0-release/demos
  53. 61330   1.0-release
  54. sonata.cc> du 1.0-release        ; compress (current)
  55. 9366    1.0-release/source
  56. 16388   1.0-release/binaries
  57. 2580    1.0-release/demos
  58. 28337   1.0-release
  59. sonata.cc> du 1.0-release        ; gzip -9
  60. 6373    1.0-release/source
  61. 12069   1.0-release/binaries
  62. 1978    1.0-release/demos
  63. 20423   1.0-release
  64. [I chose the 1.0-release directory as a representative sample of
  65. source and binary files.  Obviously, some other types of files, tiffs
  66. for instance, will compress more or less than any "average" implied
  67. here.]
  68.  
  69. Of course, actually getting someone to do this will probably being
  70. like getting someone to pull their own tooth...
  71.  
  72. I don't mean to say that people should stop sending pledges to Jess. As
  73. noted before, simple re-compression is a solution with a finite lifetime.
  74.  
  75. Christopher Kane
  76. kane@sonata.cc.purdue.edu
  77.