home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magic 1995 #1 / CDM_5.ISO / shell / utils / general / jetbbs30.arj / JETBBS.DAT / windows.doc < prev   
Encoding:
Text File  |  1994-06-30  |  2.7 KB  |  56 lines

  1.  
  2. Tips for Using JetBBS on Windows 3.1
  3. ------------------------------------
  4.  
  5.  - Use the supplied JETBBS.PIF and JETLOCAL.PIF files.  The PIF file
  6.        must not have the Detect Idle Time checkbox turned on.  Also,
  7.        it has to have the Background checkbox checked so it won't
  8.        stop when it is not in the foreground.
  9.  
  10.  - If the BBS stops when you use another app on your system, make sure
  11.        that app's PIF file does not have "Exclusive" checked.  Having
  12.        "Exclusive" checked tells Windows to stop everything else when
  13.        that application is in use.
  14.  
  15.  - Don't run JetBBS in a window!  To run in a window, Windows has to
  16.        use graphics mode, which is very slow.  It will take so long to
  17.        scroll the screen that the remote user will see annoying pauses
  18.        after every few lines.  Use full screen mode by setting it in
  19.        your PIF file or pressing ALT+ENTER.
  20.  
  21.  - No screen savers!  They eat up all of the CPU time because they
  22.        think nobody is using the computer, which isn't true.  Your
  23.        users are using the computer when you're not there.  Instead,
  24.        you should turn your monitor off when you're gone for more than
  25.        an hour.  The monitor uses just as much power and takes almost
  26.        as much wear and tear with a screen saver as without.
  27.  
  28. To run more than one line, you should (but don't have to) create a
  29. ram drive and set the RamDriveDir field in the BBS.INI file to activate
  30. the multi-line commands.  You also need to make a second JETBBS.PIF
  31. file for the second line.  For information on how to do these things,
  32. see the MULTI-LINE and WINDOWS 3.X sections in Chapter 5 of the
  33. MANUAL.DOC file.
  34.  
  35. JetBBS is now able to give back unused CPU time to Windows.  That means
  36. it will not slow down other programs when it's not being used, and only
  37. take a little of the CPU's time on less demanding functions like
  38. entering messages.  If you edit the PIF files, it's ok to give the BBS
  39. an unusually high priority because it will give back what it doesn't
  40. need.
  41.  
  42. You may find that adding the following lines to your SYSTEM.INI will
  43. improve performance, although probably only a little.  They are
  44. certainly not required:
  45.     COMBoostTime=9
  46.     OverlappedIO=True
  47.     COM#Buffer=256, where # is com port number
  48.  
  49. The PIF editor allows you to set relative background and foreground
  50. priorities if you press the Advanced... button.  It doesn't hurt to
  51. give the BBS a high priority because it will give back time it doesn't
  52. use, but if you give other programs on your system high priorities, it
  53. will draw too much CPU time away from the BBS.  If the BBS has a lot of
  54. pauses and jerkyness for your users, edit JETBBS.PIF and keep
  55. increasing the background and foreground priorities.
  56.