home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / INFO / FAQS / OS2FAX2 / WNOS2COM.FAX < prev    next >
Encoding:
Text File  |  1994-04-27  |  2.7 KB  |  84 lines

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