home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / WACOM.FAX < prev    next >
Text File  |  1995-02-23  |  3KB  |  88 lines

  1. OSWACOM - COMMUNICATIONS SETTINGS FOR WIN-OS/2 SESSIONS
  2. 11/29/94
  3.  
  4. ================================================================
  5.      COMMUNICATIONS (COM) SETTINGS FOR WIN-OS/2 SESSIONS
  6. ================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. ----------------------------------------------------------------
  10.  
  11. SYMPTOMS:
  12.  
  13. Communications speed is slow for Windows applications running in
  14. WIN-OS/2 sessions.
  15.  
  16. RESOLUTION:
  17.  
  18. Each setting affects COM speed for the applications differently
  19. depending on if they are changed independently or changed in
  20. conjunction with others.
  21.  
  22.  
  23. PROCEDURE:
  24.  
  25. There are new COM.SYS and VCOM.SYS on BBS called SIO102.ZIP.
  26.  
  27. These drivers are written in assembly and are developed to
  28. increase speed.  They have different settings that are registered
  29. with WIN-OS/2 settings.  Also, there is a half-duplex setting
  30. call RTS that can give significant speed improvements.  You
  31. should to use these at your own discretion.
  32.  
  33. 1.  Set EMS_MEMORY_LIMIT to ZERO unless the application can
  34.     only use EMS memory.  EMS memory is slower than XMS memory.
  35.     Use XMS or DPMI instead.
  36.  
  37. 2.  If not using HPFS, remark (REM) out HEIFS=C:\OS2\HPFS.IFS
  38.     /CACHE:64 /CRECL:4 /AUTOCHECK:F.
  39.     Note:  REM this out, do not delete, in case the line is
  40.            needed later.
  41.  
  42. 3.  Set PRIORITY_DISK_IO=NO.  This does not give foreground
  43.     application's priority boost over the background ones.
  44.  
  45. 4.  Remove the /UMB from the DEVICE=C:\OS2\MDOS\VXMS.SYS /UMB
  46.     in the OS/2 CONFIG.SYS.  Windows may be using the UMB area.
  47.     Deleting the use of the UMB area may resolve memory leakage
  48.     and conflicts.
  49.  
  50. 5.  Set DOS=LOW,NOUMB in the CONFIG.SYS. This may prevent
  51.     conflict.
  52.  
  53. 6.  For the DISKCACHE=1024,LW,AC:G in the OS/2 CONFIG.SYS,
  54.     delete the LW parameter.  This is the lazy write feature and
  55.     it is checked exiting the OS/2 kernel.  Not having lazy write
  56.     definitely increases COM performance.
  57.  
  58. 7.  Set MAXWAIT to 1 for a fast CPU.  Leave this to 3 for a slow
  59.     CPU.
  60.  
  61. 8.  The following WIN-OS/2 settings can be changed:
  62.  
  63.  
  64.         a.  IDLE_SECONDS               60 (maximum)
  65.  
  66.         b.  IDLE_SENSITIVITY          100 (maximum)
  67.  
  68.         c.  HW_TIMER                   ON
  69.  
  70.         d.  HW_ROM_TO_RAM              ON
  71.  
  72.         e.  COM_DIRECT_ACCESS          OFF
  73.  
  74.         f.  COM_HOLD                   ON
  75.  
  76.         g.  COM_RECEIVE_BUFFER_FLUSH   NONE
  77.  
  78.         h.  COM_SELECT                 the port used
  79.  
  80.  
  81.  
  82. ----------------------------------------------------------------
  83. IBM disclaims all warranties, whether express or implied,
  84. including without limitation, warranties of fitness and
  85. merchantability with respect to the information in this document.
  86. By furnishing this document, IBM grants no licenses to any
  87. related patents or copyrights.
  88.