home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / oswacom.txt < prev    next >
Text File  |  1996-07-16  |  3KB  |  82 lines

  1. OSWACOM - CHANGING COMMUNICATIONS SETTINGS FOR WIN-OS/2 SESSIONS
  2. 01/23/96
  3.  
  4. =======================================================================
  5.         Changing Communications Settings for WIN-OS/2 Sessions
  6. =======================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. --------------------------------------------------------------
  10.  
  11. DESCRIPTION
  12.  
  13. Communications speed is slow for Windows applications running in 
  14. WIN-OS/2 sessions.
  15.  
  16. RESOLUTION
  17.  
  18. Each setting affects the communication speed for the applications 
  19. differently, depending on if they are changed independently or changed 
  20. in conjunction with others.
  21.  
  22. The IBM PC BBS has two drivers that were developed to increase speed: 
  23. COM.SYS and VCOM.SYS. They are in the compressed file, SIO102.ZIP.
  24.  
  25. The drivers have different settings that are registered with WIN-OS/2 
  26. settings. Also, there is a half-duplex setting called RTS that can 
  27. improve speed significantly. You should use these at your own 
  28. discretion.
  29.  
  30. 1. Set EMS_MEMORY_LIMIT to ZERO, unless the application can use only
  31.    EMS memory. EMS memory is slower than XMS memory. Use XMS or DPMI
  32.    instead.
  33.  
  34. 2. If you're not using HPFS, edit the CONFIG.SYS file and remark-out
  35.    (REM) the statement:
  36.  
  37.    IFS=C:\OS2\HPFS.IFS /CACHE:64 /CRECL:4 /AUTOCHECK:F.
  38.  
  39.    Note: Do not delete this statement in case it's needed later.
  40.          Use REM instead.
  41.  
  42. 3. Set PRIORITY_DISK_IO to NO. This does not give foreground
  43.    applications priority over background ones.
  44.  
  45. 4. Edit the CONFIG.SYS file:
  46.  
  47.    a. Remove /UMB from DEVICE=C:\OS2\MDOS\VXMS.SYS /UMB. Windows might
  48.       be using the UMB area. Deleting the use of the UMB area might
  49.       resolve memory leakage and conflicts.
  50.  
  51.    b. Set DOS=LOW,NOUMB. This might prevent conflicts.
  52.  
  53.    c. Delete LW from DISKCACHE=1024,LW,AC:G. This is the lazy-write
  54.       feature, and it is checked when exiting the OS/2 kernel.
  55.       Eliminating lazy-write definitely increases communications
  56.       performance.
  57.  
  58.    d. Set MAXWAIT to 1 for a fast CPU; leave it at 3 for a slow CPU.
  59.  
  60. 5. Set the following WIN-OS/2 settings as shown:
  61.  
  62.      Change:                    To:
  63.      -------                    ---
  64.      IDLE_SECONDS               60 (maximum)
  65.      IDLE_SENSITIVITY           100 (maximum)
  66.      HW_TIMER                   ON
  67.      HW_ROM_TO_RAM              ON
  68.      COM_DIRECT_ACCESS          OFF
  69.      COM_HOLD                   ON
  70.      COM_RECEIVE_BUFFER_FLUSH   NONE
  71.      COM_SELECT                 The port used
  72.  
  73. ______________________________________________________________________
  74. IBM disclaims all warranties, whether express or implied, including 
  75. without limitation, warranties of fitness and merchantability with 
  76. respect to the information in this document. By furnishing this 
  77. document, IBM grants no licenses to any related patents or copyrights.  
  78. Copyright (c) 1994, 1995 IBM Corporation. Any trademarks and product 
  79. or brand names referenced in this document are the property of their 
  80. respective owners. Consult your product manuals for complete trademark 
  81. information. 
  82.