home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FDFIXOS2.ZIP / FDFIXOS2.DOC < prev    next >
Text File  |  1996-04-14  |  3KB  |  105 lines

  1. FDFIXOS2 - FrontDoor Fix for OS/2 // Absolute Solutions
  2. -------------------------------------------------------
  3.  
  4.     Copyright 1996 Mats Wallin; All rights reserved.
  5.  
  6.  
  7.     Introduction
  8.  
  9.         FrontDoor 2.12 / 2.20c tries to use as little CPU time as
  10.         possible when running in a multitasking environment, such as
  11.         OS/2. In most cases this is also the case, but there is one
  12.         situation where it doesn't work very well: Receiving files.
  13.  
  14.         This TSR is an attempt to solve this problem, or atleast
  15.         improve it. 
  16.  
  17.         This TSR is not needed with later versions of FrontDoor, since
  18.         the problem is solved internally.
  19.  
  20.  
  21.     How to use it
  22.  
  23.     This TSR program (FDFIXOS2.COM) should be loaded in the same
  24.     window in which FrontDoor is running. It should be loaded
  25.     after your FOSSIL driver, but before FrontDoor.
  26.  
  27.     When loading it, just run FDFIXOS2 without any parameters. It
  28.     will automatically detect if it's already loaded, and in that
  29.     case, not do anything.
  30.  
  31.         It is possible to unload the TSR if needed. Just run FDFIXOS2
  32.     and specify U as a parameter. This might be needed when
  33.     running a BBS, a door program, or something similiar, where
  34.     the "idle logic" that FDFIXOS2 uses doesn't work correctly for
  35.     that specific program.
  36.  
  37.  
  38.     How it works
  39.  
  40.         FDFIXOS2 is monitoring different type of calls that FrontDoor
  41.     does to the FOSSIL, and when it believes that it would be safe
  42.     to give away the reminder of the current time slice, it does
  43.     this. 
  44.     
  45.  
  46.     Example
  47.  
  48.         This is a small example of how you could use this TSR in your
  49.     BAT file that runs FrontDoor.
  50.  
  51.  
  52.     ECHO OFF
  53.     .
  54.     .
  55.     .
  56.  
  57.     :LOOP
  58.     .
  59.     FDFIXOS2
  60.     FD
  61.     IF ERRORLEVEL ...
  62.     .
  63.     .
  64.     .
  65.     .
  66.     .
  67.  
  68.  
  69.     
  70.     Legal notice
  71.  
  72.     FDFIXOS2 is provided to you as is, without warranty of any
  73.     kind. In no event shall Mats Wallin be liable to you or
  74.     anyone else for any damages or costs arising from the use or
  75.     inability to use this program.
  76.  
  77.     FDFIXOS2 is protected by copyright laws, and may not be
  78.     modified, reversed engineered, sold or distributed in any
  79.     way that would involve some sort of trade, without written
  80.     permission from Mats Wallin.
  81.  
  82.      FrontDoor is a registered trademark of Joaquim Homrighausen.
  83.  
  84.     All other brand or product names are trademarks or
  85.     registered trademarks of their respective holder.
  86.  
  87.  
  88.     Contact information
  89.  
  90.     Mats Wallin can be contacted at the following addresses:
  91.  
  92.     FidoNet:    2:270/19
  93.     InterNet:   mw@findata.se
  94.     Fax:        +352 317240
  95.  
  96.     If you hav any bug reports, suggestions, or other type of
  97.     comments, please don't hesitate to contact me.
  98.  
  99.         The latest version of this utility, my other utilities, and
  100.         FrontDoor is always available from the FidoNet address above,
  101.         and from Absolute Solutions' WWW site:
  102.  
  103.         WWW:        http://abs.finlink.lu
  104.         FTP:        ftp://abs.finlink.lu/pub/abs
  105.