home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / INTERNET / GIGO0209.ZIP / SPEED! < prev   
Text File  |  1994-02-09  |  2KB  |  45 lines

  1. Things you can do to speed GIGO up:
  2.  
  3.  o  Disable on the logging that you don't need.  If you have problems,
  4.     re-enable the logging that is appropriate for the job at hand.
  5.     Logging _really_ slows things down.  Don't forget that you have
  6.     multiple log files to play with..
  7.  
  8.  o  Cut down on the KEEP, KILL, and HIDE statements -
  9.     only use what you need.  (Affects _every_ message!)
  10.  
  11.  o  If you don't need the FIDOECHOS functionality, comment
  12.     it out.  Saves memory, and saves time converting newsgroups.
  13.  
  14.  o  Are you getting everthing from several heiarchies?
  15.     Use wildcards instead!  Fewer searches mean faster conversion.
  16.     Ie,
  17.       = sac.general
  18.       = sac.swap
  19.       = sac.test
  20.     and
  21.       + sac.*
  22.     are equivalent.  The second example is slightly faster, even though
  23.     it has to check a wildcard, because it has fewer lines to buffer
  24.     through and check.
  25.  
  26.  o  Even though   "+ newsgroup.name"   and  "= newsgroup.name"
  27.     are (roughly) the same, use the "= newsgroup.name" method instead
  28.     when possible.  The "+" syntax tells GIGO to keep checking,
  29.     for other mappings that might be more suitable.  The "=" syntax says,
  30.     'hey, we've got the one we want, stop checking!'.
  31.  
  32.  o  If you are using PARTIAL-35  (Partial FSC-35), and don't really need
  33.     it, you can turn it off for a bit of a speed increase due to GIGO
  34.     not having to actually compare the fido header and the FSC-35 extentions.
  35.     (If you actually find this feature useful, however, it's well worth 
  36.     the speed hit..)
  37.  
  38.  o  Turn off the video.  NOVIDEO in the config, or /NOVIDEO on the command
  39.     line, will tell GIGO to turn off video output.  The normal startup
  40.     screens will still be shown, but once the gateway actually
  41.     starts processing mail, the video gets turned off.  My tests have
  42.     shown this to speed things up by about 25%.  Do this _after_ you've 
  43.     got the gateway up and running.  Between this, and disabling your
  44.     logging, you can really speed things up.
  45.