home *** CD-ROM | disk | FTP | other *** search
/ The Hacker's Encyclopedia 1998 / hackers_encyclopedia.iso / util / rar1_52.exe / RAR_FAQ.TXT < prev    next >
Encoding:
Text File  |  1994-08-16  |  5.8 KB  |  121 lines

  1. --------------------------------------------------------------------------
  2.  
  3.                     RAR Frequently Asked Questions (FAQ)
  4.  
  5.             Copyright 1994 Eugene Roshal.  All rights reserved.
  6.  
  7.                                15-Aug-1994
  8.  
  9. --------------------------------------------------------------------------
  10.  
  11. Published by Eugene Roshal with assistance from the users of RAR, UNRAR,
  12. related utilities, and the RAR support sites.  This document may be freely
  13. distributed for non-commercial and information purposes.  This document 
  14. may not, under any circumstance, be traded, sold, or otherwise used for 
  15. commercial gain or purposes without prior written consent of Eugene 
  16. Roshal.
  17. --------------------------------------------------------------------------
  18.  
  19. Q: While I can see that RAR is a great program with a terrific user 
  20.    interface, there appear to be no facilities available to convert my 
  21.    existing archived files to RAR format.
  22.  
  23. A: There are no built-in facilities in RAR to handle this, in order to 
  24.    keep the code size small.  A number of batch files are available from
  25.    your local RAR support site which can assist in this process, but for 
  26.    more complex situations we would recommend the "MTA" program by Robert 
  27.    van Hoeven.  Robert may be contacted via electronic mail and his 
  28.    programs are available on all good BBSs.  Look for "MTA*.*".
  29. --------------------------------------------------------------------------
  30.  
  31. Q: RAR incorporates a number of different compression "methods", what are
  32.    the advantages and disadvantages of using them and which one would you 
  33.    recommend for daily use?
  34.  
  35. A: RAR contains 6 different methods of compressing files, which one you 
  36.    use would depend upon your requirements.  i.e. how much you demand the 
  37.    file be compressed balanced against how much time you are willing to 
  38.    devote to the compression process.  There is always a trade-off and the 
  39.    final choice must be yours.  Our recommendation is to leave compression
  40.    as "Normal" unless you have good reason to change it. 
  41.  
  42.      Store         No compression is used at all, the files are simply 
  43.                    collected into the archive.  This method is quite fast
  44.                    and is useful for simply copying files from one place 
  45.                    to another.
  46.      Fastest       The fastest compression method is applied.  This is 
  47.                    likely to be much faster than the "store" method, as
  48.                    there will be much less information to write.
  49.      Fast          A slightly better compression method is used, resulting 
  50.                    in a smaller file.
  51.      Normal        A better compression method is used to achieve (almost)
  52.                    optimal compression, at a slight cost in time.
  53.      Good          A better compression method gains another increase of 
  54.                    (0.1 - 0.3%) 
  55.      Best          Uses the best compression method of all at the cost of
  56.                    20% - 100% more time, for the purists only.
  57.  
  58.    Here are the results of a compression test:
  59.  
  60.     Method used   Time taken     %    Compressed size     %
  61.  
  62.        -m0          16.75     104.5        376824      100.00
  63.        -m1          15.38     100.0        226846       60.20
  64.        -m2          15.66     101.8        223515       59.30
  65.        -m3          16.20     105.3        221282       58.70
  66.        -m4          17.41     113.2        220774       58.57
  67.        -m5          18.23     118.5        220720       58.57
  68.  
  69.    As you can see, as the packing method improves, the time required 
  70.    increases, but the increase in time is proportionally much greater than 
  71.    the gain acheived.  This why the default and recommended method is set
  72.    to -m3    
  73. --------------------------------------------------------------------------
  74.  
  75. Q: I've heard a lot about "Solid" archives.  What are they and how can I use 
  76.    them?
  77.  
  78. A: It has been well known, for a long time, that one method of increasing 
  79.    the efficiency of compression, was to copy all the files to be compressed
  80.    into a single file, before compressing them. This is called creating a
  81.    "Solid" file before compressing. There are programs around which indeed
  82.    perform this operation and act as a pre-processor to another archiver.
  83.    RAR handles this function internally and invisibly to the user, it
  84.    simply "sees" all files together as a single data stream, with the
  85.    end result that the final output is significantly smaller than it would
  86.    otherwise be.  The gain to be had from this type of archive can be
  87.    significant and can be 10% - 60% of the size of the original archive.
  88.  
  89.    As with any other gain, there is a price to be paid and that price should 
  90.    be taken into consideration before creating a "Solid" archive.  The best 
  91.    way to understand if using a solid archive is best for you is to answer 
  92.    the following questions:
  93.  
  94.    Q: How often are you going to update or modify the archive?
  95.  
  96.    A: Probably never       ..  Use a solid archive
  97.  
  98.       Rarely               ..  Use a solid archive
  99.  
  100.       Frequently           ..  Use a normal archive
  101.  
  102.    Q: Are you using RAR as a packer for an electronic mail system?
  103.  
  104.    A: Yes                  ..  Use a solid archive
  105.  
  106.    Note:  Use RAR versions 1.52 or greater to manipulate solid archives.
  107. --------------------------------------------------------------------------
  108.  
  109. Q: How could a user of my BBS (E-mail system, FTP server etc) extract
  110.    files from RAR archives while RAR is shareware and one must register
  111.    after a 40 day evaluation period?
  112.  
  113. A: The RAR distribution archive contains a free unRAR utility, UNRAR.EXE,
  114.    which can be used, without paying a license fee, by anyone wanting to 
  115.    extract archives created by RAR.
  116. --------------------------------------------------------------------------
  117.  
  118. end of file "RAR_faq.txt"
  119.  
  120.  
  121.