home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / amiga / graphics / 6091 < prev    next >
Encoding:
Internet Message Format  |  1992-09-15  |  3.6 KB

  1. Path: sparky!uunet!wupost!gumby!destroyer!ubc-cs!unixg.ubc.ca!kakwa.ucs.ualberta.ca!access.usask.ca!telepro!James_Hastings-Trew
  2. From: James_Hastings-Trew@telepro.UUCP (James Hastings-Trew)
  3. Newsgroups: comp.sys.amiga.graphics
  4. Subject: Re: double hard drive capacity??? NOT
  5. Distribution: world
  6. Message-ID: <James_Hastings-Trew.0kim@telepro.UUCP>
  7. Date: 15 Sep 92 17:50:48 CST
  8. Organization: TelePro Technologies
  9. Lines: 86
  10.  
  11. In a message dated Tue 15 Sep 92 12:41, 10667547@eng2.eng.monash.edu.au (ji
  12. wrote:
  13.  
  14.  > Slight correction.  It's called XPK, version 2.3
  15.  > It will be free-ware at the end of the month and will be available from
  16.  > FTP.
  17.  > Someone said I could BMS it from them, but I'm dumb and don't know what
  18.  > BMS
  19.  > is.  Guess I'll have to wait until the end of the month....
  20.  > This information is second hand...  Perhaps it should become an FAQ, as
  21.  > I 
  22.  > asked for such a program a while back too....
  23.  
  24.  > Jim
  25.  
  26. I downloaded XPK last week from a bulletin board. Can't remember which one
  27. off hand.
  28.  
  29. Anyway, here is the skinny:
  30.  
  31. XPK consists of a number of compression libraries, a patch for LoadSeg, and
  32. a handler for a special type of device that can contain compressed files.
  33. It also has a few C: commands for compressing and de-compressing files.
  34.  
  35. First of all, the compressors are VERY fast - as fast as LHA, and nearly as
  36. efficient. The decompressors are blazingly fast. I compressed a 1 meg
  37. executable (Imagemaster) down to half size. The normal one takes 11 seconds
  38. to load. The compressed one takes 8 seconds.
  39.  
  40. When accessing files from the specially mounted device, compressed files
  41. are totally transparent to the operating system. For example, you can
  42. compress an ANIM file, and then use any standard VIEW program to look at
  43. it. As long as you approach the files through the mounted device, and not
  44. through the normal path, the decompression is completely transparent.
  45.  
  46. For example, if you have a directory on dh0: called "Stuff" and you created
  47. a XPK device from that directory as so:
  48.  
  49. Assign XFH0: dh0:stuff
  50. mount XH0: 
  51.  
  52. if you enter the directory like so:
  53.  
  54. cd dh0:stuff
  55.  
  56. the files will appear to be compressed, and unavailable to your
  57. applications. If you enter the directory like so:
  58.  
  59. cd XH0:
  60.  
  61. then the files will be transparently decompressed for you as you look at
  62. them, copy them, use them, etc.
  63.  
  64. If you copy a file from dh0:Stuff to RAM:, you'd get the compressed
  65. version. If you copy a file from XH0: to RAM:, you'll get the original.
  66. It's neat!
  67.  
  68.  
  69. Executables that are compressed can be run from any directory. The caveat
  70. here is that any files which use overlays cannot be successfully compressed
  71. and used - same with any of the Powerpacker and Imploder type programs.
  72. That means that Imagemaster CAN be crunched, but Dpaint_4 or ProDraw cannot
  73. be.
  74.  
  75. The other thing that is a small drawback to this scheme is that I would
  76. like to have files automatically compressed when placed in the special XH0:
  77. volume, but they are not. You have to use a CLI command to crunch the
  78. files.
  79.  
  80. I have been using XPK on my system for a few days now, and find no problems
  81. with it, no slowdowns, and I am generally delighted with it's performance.
  82. Kudos to the authors, and I look forward to more functionality in the
  83. future (i.e. automatic re-compession of saved files).
  84.  
  85. -- Via DLG Pro v0.992
  86.  
  87. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  88. -
  89. Telepro!james_hastings-trew@access.usask.ca
  90. "[Democratic philosphy consists of] the idea of running your paycheck
  91. through the salad shooter and dumping the shreds on the compost heap of
  92. good intentions." -P.J. O'Rourke in Bill Clinton, The Rolling Stone
  93. Interview
  94. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  95. -
  96.  
  97.