home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / WINCOM.FAX < prev    next >
Text File  |  1994-12-01  |  3KB  |  87 lines

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