<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic TCPIP_speed   vs   DecNet_over_IP_speed in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-speed-vs-decnet-over-ip-speed/m-p/3478733#M48583</link>
    <description>I rewrote application (initially writted for DecNet) for working over TCPIP (using TCPIP examples as sample of TCP-sockets programming with SYS$QIO). So, when I tests DecNet (over IP) and pure-IP versions, I see amazing fact: DecNet_over_IP networking work more faster (at least 80% difference) then pure_IP_networking. WHY???&lt;BR /&gt;   Experiments with IP window size or IP packets size only decrease speed (compared with standard parameters values)  :)) &lt;BR /&gt;   I have only one idea - PWIP driver working not over SYS$QIO services, but uses more down level APIs... Isn`t it? If not, why this situation appears? And how to increase IP-netwoking perfomance with SYS$QIO service?</description>
    <pubDate>Fri, 04 Feb 2005 10:46:08 GMT</pubDate>
    <dc:creator>Sergey Akimov</dc:creator>
    <dc:date>2005-02-04T10:46:08Z</dc:date>
    <item>
      <title>TCPIP_speed   vs   DecNet_over_IP_speed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-speed-vs-decnet-over-ip-speed/m-p/3478733#M48583</link>
      <description>I rewrote application (initially writted for DecNet) for working over TCPIP (using TCPIP examples as sample of TCP-sockets programming with SYS$QIO). So, when I tests DecNet (over IP) and pure-IP versions, I see amazing fact: DecNet_over_IP networking work more faster (at least 80% difference) then pure_IP_networking. WHY???&lt;BR /&gt;   Experiments with IP window size or IP packets size only decrease speed (compared with standard parameters values)  :)) &lt;BR /&gt;   I have only one idea - PWIP driver working not over SYS$QIO services, but uses more down level APIs... Isn`t it? If not, why this situation appears? And how to increase IP-netwoking perfomance with SYS$QIO service?</description>
      <pubDate>Fri, 04 Feb 2005 10:46:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-speed-vs-decnet-over-ip-speed/m-p/3478733#M48583</guid>
      <dc:creator>Sergey Akimov</dc:creator>
      <dc:date>2005-02-04T10:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP_speed   vs   DecNet_over_IP_speed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-speed-vs-decnet-over-ip-speed/m-p/3478734#M48584</link>
      <description>PWIP does use a lower level interface into the ethernet drivers but that is unlikely to be relvant.&lt;BR /&gt;&lt;BR /&gt;DECnet basically provides a record oriented service (like the native VMS file system) rather than the byte stream service provied by TCP (like native unix file system).&lt;BR /&gt;&lt;BR /&gt;When converting to use TCP rather than DECnet I found that I had to do more work to do the same things (this may be because I'm a VMS programmer not a unix programmer and therefore am not so familier with TCP socket networking).&lt;BR /&gt;&lt;BR /&gt;What I mean is that the performance difference may be due to changes you did to get you application to work over IP.</description>
      <pubDate>Fri, 04 Feb 2005 11:11:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-speed-vs-decnet-over-ip-speed/m-p/3478734#M48584</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2005-02-04T11:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP_speed   vs   DecNet_over_IP_speed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-speed-vs-decnet-over-ip-speed/m-p/3478735#M48585</link>
      <description>Sergey,&lt;BR /&gt;&lt;BR /&gt;There are many possibilities. What is CPU utilization on the processor running the application).&lt;BR /&gt;&lt;BR /&gt;Another possibility, admittedly an interesting one, is that you are seeing the advantages of using a protocol which has records as an inherant property rather than the streams used in TCP. It is an interesting question as to the exact details of what is happening and where the performance is disappearing.&lt;BR /&gt;&lt;BR /&gt;I hope that the above is helpful.&lt;BR /&gt;&lt;BR /&gt;- Bob Gezelter, &lt;A href="http://www.rlgsc.com" target="_blank"&gt;http://www.rlgsc.com&lt;/A&gt;</description>
      <pubDate>Fri, 04 Feb 2005 11:17:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-speed-vs-decnet-over-ip-speed/m-p/3478735#M48585</guid>
      <dc:creator>Robert Gezelter</dc:creator>
      <dc:date>2005-02-04T11:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP_speed   vs   DecNet_over_IP_speed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-speed-vs-decnet-over-ip-speed/m-p/3478736#M48586</link>
      <description>Can you measure the actual running packet rate and bytes per packet? Also make sure the DNS lookup is not a problem. DECNET has a name cache but pure IP might do a DNS lookup. Depending on how the "paths" are defined it may take a few tries (with timeouts) to get a match from the DNS server,&lt;BR /&gt;&lt;BR /&gt;    Tim</description>
      <pubDate>Mon, 07 Feb 2005 00:56:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-speed-vs-decnet-over-ip-speed/m-p/3478736#M48586</guid>
      <dc:creator>Tim Hughes_3</dc:creator>
      <dc:date>2005-02-07T00:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: TCPIP_speed   vs   DecNet_over_IP_speed</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/tcpip-speed-vs-decnet-over-ip-speed/m-p/3478737#M48587</link>
      <description>Another possibility, that I have fallen over, is the Nagle algroithm - it depends what you are doing and measuring. &lt;BR /&gt;&lt;BR /&gt;You could try setting TCP_NODELAY on the socket.</description>
      <pubDate>Mon, 07 Feb 2005 11:59:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/tcpip-speed-vs-decnet-over-ip-speed/m-p/3478737#M48587</guid>
      <dc:creator>Martin Kirby_1</dc:creator>
      <dc:date>2005-02-07T11:59:34Z</dc:date>
    </item>
  </channel>
</rss>

