home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / other / f1169 / update.doc < prev   
Text File  |  1991-03-08  |  9KB  |  244 lines

  1.                               Tame Upgrade History
  2.  
  3. Version 2.61
  4.  
  5.    The /KeySwitch option was modified to be more effective in many cases.  I
  6.    now recommend that some programs be run using /KeySwitch, even when running
  7.    in a supported multi-tasker.  It also has a side affect that quickly throws
  8.    away the opening screen of some programs.
  9.  
  10.    Negative values for Tame arguments were being misinterpreted.  This was
  11.    evident in the TAMETUNE.BAT file which specifies /MAX:-1.  The problem has
  12.    been corrected.
  13.  
  14. Version 2.60
  15.  
  16.    Slow screen writing was sometimes reported.  This has been addressed (and
  17.    hopefully cured) with a new option which will turn Tame off for a brief
  18.    period after each key press or I/O (these tend to imply that the program is
  19.    working hard).  The amount of time to keep Tame off after a key press or an
  20.    I/O may be adjusted separately using the /BOOST option.  The default boost
  21.    is two clock ticks (0.11 second) for each.
  22.  
  23.    You may now turn off Tame for a specified amount of time.  This is done with
  24.    /OFF:time where time is measured in PC clock ticks (0.055 seconds, or 18.2
  25.    ticks per second).  The maximum is 32,767 ticks, which corresponds to about
  26.    30 minutes.  Note that Tame will automatically turn back on after as a key
  27.    is pressed.
  28.  
  29.    Tame may now read its parameters from a file.  This is done by specifying
  30.    /@filename on the command line.  Also, Tame may dump its parameters to a
  31.    file.  This combination provides a good way to save and later restore Tame
  32.    parameters.  For example, the following lines will run 123 with a specific
  33.    Tame parameter, and then restore them after it is done.
  34.  
  35.        TAME /WriteOptions >c:\hold123.tmp
  36.        TAME /FREQ 64
  37.        123
  38.        TAME /@c:\hold123.tmp
  39.  
  40.    Tame sometimes detected Double Dos on a system running Novell Netware and
  41.    Windows.  This has been corrected.
  42.  
  43.    TAME-ANL is now included in the Tame zip.
  44.  
  45. Version 2.54
  46.  
  47.    Running a command with "TAME-RES cmdline" was sometimes acting wierd.  This
  48.    has been fixed.
  49.  
  50. Version 2.53
  51.  
  52.    Command line processing was enhanced to no longer require cryptic syntax.
  53.    Now, /FREQ:10,5 is the same as /FREQ 10 5 and /FREQ 10,5.  Also, the command
  54.    line may now contain @file, where the actual command line comes from that
  55.    file.
  56.  
  57. Version 2.51
  58.  
  59.    Some default parameters with version 2.5 were not computed correctly.  For
  60.    example, /FREQ would default to /FREQ:0,0 and /FGONLY would default to
  61.    /FGONLY:0.  This is clearly incorrect, and the problem has been corrected.
  62.  
  63. Version 2.5
  64.  
  65.    Tame will now help many DESQview-aware (and Topview-aware) programs become
  66.    aware of Windows and other environments.  A new /DVAWARE option has been
  67.    added to do this.  If the only programs being run are DESQview-aware then
  68.    parameter-based tameing may not be needed.  In this case, specify the
  69.    following options for best results:
  70.  
  71.        /NoKeyIdle /NoKeyPoll /NoTimePoll /DVAware
  72.  
  73.    The following programs have been tested using this option:
  74.  
  75.      PCBOARD, Pro-Yam
  76.  
  77. Version 2.44
  78.  
  79.    A problem with /Geiger on systems with the ATI video card was corrected.
  80.  
  81. Version 2.43
  82.  
  83.    Tame uses another method to detect Omniview.
  84.  
  85.    The /Clone option may now save the tasker along with other Tame options.  If
  86.    the tasker is to be saved, then the /tasker option must be specified on the
  87.    /Clone line, and must be before the /Clone option
  88.     (e.g. Tame /Omniview /Clone:tame-ov)
  89.  
  90. Version 2.42
  91.  
  92.    Tame is now effective with the StupenDOS shell, and will probably help other
  93.    programs that poll the keyboard the same way StupenDOS does.
  94.  
  95.    The first parameter of the /Geiger option may now be specified in units of
  96.    "clock ticks" between geiger ticks.  This is done using a negative value.
  97.  
  98. Version 2.41
  99.  
  100.    Tame will now automatically detect Omniview.
  101.  
  102.    Tame Geiger counter was fixed so that the defaults are appropriate on fast
  103.    80486 based machines.
  104.  
  105.    The /Geiger option will now be Tamed to use almost no CPU whenever TAME-RES
  106.    is loaded and Tame is properly tuned.  This is because the Geiger counter
  107.    now polls the keyboard many times between ticks.
  108.  
  109.    When /Geiger:0 is specified, it will tick each time this task gets a time
  110.    slice.  This requires TAME-RES be loaded to work effectively.
  111.  
  112.    A new batch file, GEIGER.BAT is included.  It will run the geiger counter as
  113.    fast as possible and fully tamed.
  114.  
  115. Version 2.4
  116.  
  117.    Windows support, and a new /WINdows switch were added.  Tame can be
  118.    effective with communications programs, and other programs that are not
  119.    affected by the "Idle" box in the Windows PIF setup.  Many thanks to Wim
  120.    Morrison for supplying the information I needed in order to tame Windows.
  121.  
  122.    TAME-RES can now be provided a command line to run.  It will tame the
  123.    command line and not load Tame as a resident program.  This means you may no
  124.    longer need batch files to start up your program in a DESQview/Windows
  125.    task.  See the docs for restrictions on this way of running Tame.
  126.  
  127.    The /CLONE option has been enhanced to optionally specify the name of the
  128.    command to run automatically when the cloned .COM is run.
  129.  
  130. Version 2.31
  131.  
  132.    /Geiger defaults were not determined properly with FAST machines.  this has
  133.    been corrected.  Also, the default Geiger defaults are more accurately
  134.    indicated.
  135.  
  136. Version 2.3
  137.  
  138.    Support was added for OmniView, VM/386, and TopView compatible
  139.    multi-taskers.  New options were added to specify which multitasker is in
  140.    use in case Tame cannot correctly determine which it is.
  141.  
  142.    New /NoKeyPoll option allows keyboard polls to be ignored.  This allows
  143.    switching to be based only on the date poll.
  144.  
  145.    The Tame status report now indicates how many times Tame forced the task to
  146.    run only in the foreground.
  147.  
  148.    New metering options that I may not document.
  149.    /Idle_METER will list how much time the CPU is idle.
  150.    /Task_Switch_Meter will count task switches per second.
  151.  
  152.    Compatibility problem with Taming Prodoor 3.1 in DESQview was solved.
  153.  
  154.    The /FGOnly option now has a synonym /NoBackGround due to nomenclature
  155.    changes in DESQview.  Also, /NoFGOnly has a synonym of /BackGround.
  156.  
  157.    /KeyIdle is no longer the default key-idle option.
  158.  
  159. Version 2.2
  160.  
  161.    This version has many new options, making Tame even more effective at
  162.    reducing Multi-tasking overhead.
  163.  
  164.    New -FGonly:N option forces the task to not run (at all) in the background
  165.    during the periods that it is polling the keyboard.  An optional "N" numeric
  166.    argument allows activating this only after N successive forced task
  167.    switches.  This works only in DESQview, and is not recommended for all
  168.    applications.  However, when it may be used, it is extremely effective.  See
  169.    the DOC file for more details.
  170.  
  171.    The -KeyIdle option now allows specifying the poll threshold to use after an
  172.    idle interrupt is detected.  With version 2.0 and 2.1, /KeyIdle defaulted to
  173.    being on with a fixed threshold of 0.  The default now has /KeyIdle off, and
  174.    if turned on, its default value is 2.
  175.  
  176.    New -Frequency:n,m option may be used in place of -MAX, and will switch
  177.    tasks only if that many polls come in one timer tick (18.2 ticks per
  178.    second).  This requires individual tuning, but it gives Tame the best
  179.    indicator of how much the task is really working.  A nominal value for "n"
  180.    is suggested by Tame if you specify /Frequency with no value.
  181.  
  182.    New -CLONE:filename option will make a new TAME-RES with the current
  183.    parameters as its defaults.  Must be run as the only Tame option on the
  184.    command line.  This feature is available only to registered users.
  185.  
  186.    Some general cleanup of DESQview handling was done based on information in
  187.    the DESQview API manual
  188.  
  189.    Tame now uses DESQview to make sure DOS is not busy.  This is more effective
  190.    than the previously used method when using DESQview.
  191.  
  192.    An incompatibility with the DX shareware utility was corrected.  The problem
  193.    may have affected other programs.
  194.  
  195. Version 2.1
  196.  
  197.    A problem with Tame locking up some machines has been fixed.
  198.  
  199.    New -INT15 option added to use version 2.0 INT15 handling
  200.  
  201.    Registered users may now easily register new releases of Tame.
  202.  
  203. Version 2.0
  204.  
  205.    Tame is now a TSR, and it uses less than 1K of memory.
  206.  
  207.    The function of the previous -Key_Idle option has been removed.  A new
  208.    option has been added with the same name, but a completely different
  209.    meaning.
  210.  
  211.    The following options are no longer supported:
  212.  
  213.       1  -CALLS
  214.  
  215.       2  -DESQVIEW
  216.  
  217.       3  -IDLE
  218.  
  219.       4  -POLL
  220.  
  221.    The following options have been added:
  222.  
  223.       1  -GETALL
  224.  
  225.       2  -HALTSWITCH
  226.  
  227.       3  -OFF
  228.  
  229.       4  -ON
  230.  
  231.       5  -SERIAL
  232.  
  233.       6  -STATUS
  234.  
  235.       7  -UNINSTALL
  236.  
  237.    The following options have been renamed
  238.  
  239.       1  -KEY is now -KEYSWITCH
  240.  
  241.       2  -TIME is now -TIMEPOLL
  242.  
  243.       3  -TOTALS is now -STATUS
  244.