home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / info / ntkb / ntkb.exe / Q102 / 0 / 60.TXT < prev    next >
Encoding:
Text File  |  1993-08-31  |  2.4 KB  |  55 lines

  1. DOCUMENT:Q102060  06-AUG-1993  [W_NT]
  2. TITLE   :Increasing the Performance of MS-DOS-Based Applications
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system, version 3.1
  12.  - Microsoft Windows NT Advanced Server, version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. If you are not satisfied with the performance of your MS-DOS-based
  16. applications on Windows NT, try the following:
  17.  
  18.  - If the application is in a window and the video display performance
  19.    is slow, try full-screen mode.
  20.  
  21.  - Disable the Compatible Timer Hardware feature in the _DEFAULT.PIF or
  22.    the application's program information file (PIF) under the
  23.    NT-specific section of PIF Editor. Since this feature causes a
  24.    decrease in performance, it should be used only if it is required to
  25.    make an application to run with Windows NT.
  26.  
  27.  - If the application is in a window and seems to pause periodically,
  28.    try disabling Idle Detection in the Advance section of that
  29.    application's PIF.
  30.  
  31.  - If the MS-DOS-based application can be configured for printing,
  32.    choose LPT1, LPT2 over parallel port. Most of the applications use
  33.    Int17 to print when configured for LPT<x>. If you select parallel port
  34.    mode, these applications print directly to printer ports. Parallel
  35.    mode is significantly slower in Windows NT compared to Windows 3.1.
  36.  
  37. Additional reference words: 3.10
  38. KBCategory:
  39. KBSubCategory: winnt mdos
  40.  
  41. =============================================================================
  42.  
  43. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  44. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  45. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  46. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  47. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  48. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  49. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  50. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  51. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  52. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  53. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  54.  
  55. Copyright Microsoft Corporation 1993.