Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> net8 tweaks

net8 tweaks

From: <jcollins_at_sasquatch.com>
Date: Thu, 3 Feb 2000 17:59:10 -0800
Message-ID: <Pine.NEB.4.21.0002031728230.6947-100000@seashell.sasquatch.com>


i am working on some tweaks to net80 to handle the increased volume on our site. not that performance is bad, just trying to maximize throughput.

does anyone have any experience with this or does this look correct?

system is oracle 8.0.5.2.1 on solaris 2.6.

  1. increase tcp queue length
    [os]
    ndd -set /dev/tcp tcp_conn_max_q 1024 ndd -set /dev/tcp tcp_conn_max_q0 1024
    [listener.ora]
    (ADDRESS= (PROTOCOL= TCP)(Host= sadie.starfish.com)(Port= 1521)(QUEUESIZE= 1024))
  2. disable nagles algorithm
    [protocol.ora]
    tcp_nodelay=true
Received on Thu Feb 03 2000 - 19:59:10 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US