<?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 socket connection in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-connection/m-p/3601098#M233013</link>
    <description>What is the maximum number of TCP socket connection allowed on hpux?&lt;BR /&gt;&lt;BR /&gt;is it controlled by tcp_conn_request_max?</description>
    <pubDate>Wed, 10 Aug 2005 18:12:08 GMT</pubDate>
    <dc:creator>Wilfred Chau_1</dc:creator>
    <dc:date>2005-08-10T18:12:08Z</dc:date>
    <item>
      <title>socket connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-connection/m-p/3601098#M233013</link>
      <description>What is the maximum number of TCP socket connection allowed on hpux?&lt;BR /&gt;&lt;BR /&gt;is it controlled by tcp_conn_request_max?</description>
      <pubDate>Wed, 10 Aug 2005 18:12:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/socket-connection/m-p/3601098#M233013</guid>
      <dc:creator>Wilfred Chau_1</dc:creator>
      <dc:date>2005-08-10T18:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: socket connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-connection/m-p/3601099#M233014</link>
      <description>Hello&lt;BR /&gt;&lt;BR /&gt;if you run #netstat -a to show active socket connections&lt;BR /&gt;&lt;BR /&gt;Run ndd -h tcp_largest_anon_port to find the maximum - it is 65535&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 10 Aug 2005 18:21:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/socket-connection/m-p/3601099#M233014</guid>
      <dc:creator>lawrenzo</dc:creator>
      <dc:date>2005-08-10T18:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: socket connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-connection/m-p/3601100#M233015</link>
      <description>I'm not sure that number of ports has something to do with it. AFAIK, you can open as many sockets you , as long you have enough file descriptors available for them in the systems (kernel parameter "nfile").&lt;BR /&gt;&lt;BR /&gt;Of course it's also depends on the program that handles the cconnection, but if we'll imagine that every program can handle unlimited number of connections, then it depends on number of FDs.&lt;BR /&gt;&lt;BR /&gt;Alex.</description>
      <pubDate>Wed, 10 Aug 2005 18:38:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/socket-connection/m-p/3601100#M233015</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-10T18:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: socket connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-connection/m-p/3601101#M233016</link>
      <description>Wilfred,&lt;BR /&gt;&lt;BR /&gt;It's controlled by "tcp_largest_anon_port".&lt;BR /&gt;&lt;BR /&gt;You can determine the max number of available socket connections with ndd:&lt;BR /&gt;============================================&lt;BR /&gt;# ndd -h tcp_largest_anon_port&lt;BR /&gt;&lt;BR /&gt;tcp_largest_anon_port:&lt;BR /&gt;Largest anonymous port number to use. [1024, 65535]&lt;BR /&gt;============================================&lt;BR /&gt;Output indicates that max no. of available sockets under hp-ux (32 bit) is 65535.&lt;BR /&gt;&lt;BR /&gt;regards!</description>
      <pubDate>Wed, 10 Aug 2005 20:51:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/socket-connection/m-p/3601101#M233016</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-08-10T20:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: socket connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-connection/m-p/3601102#M233017</link>
      <description>Here are some threads with the similar question:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=935950" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=935950&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=198427" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=198427&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1103730995283+28353475&amp;amp;threadId=198427" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1103730995283+28353475&amp;amp;threadId=198427&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Aug 2005 02:21:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/socket-connection/m-p/3601102#M233017</guid>
      <dc:creator>Alex Lavrov.</dc:creator>
      <dc:date>2005-08-11T02:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: socket connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-connection/m-p/3601103#M233018</link>
      <description>yes you have to take a look at these parameters nfile, maxfiles and maxfiles_lim.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 11 Aug 2005 03:55:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/socket-connection/m-p/3601103#M233018</guid>
      <dc:creator>Bharat Katkar</dc:creator>
      <dc:date>2005-08-11T03:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: socket connection</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/socket-connection/m-p/3601104#M233019</link>
      <description>Take a look at this thread also:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1103730995283+28353475&amp;amp;threadId=198427" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1103730995283+28353475&amp;amp;threadId=198427&lt;/A&gt;</description>
      <pubDate>Thu, 11 Aug 2005 13:58:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/socket-connection/m-p/3601104#M233019</guid>
      <dc:creator>Sandman!</dc:creator>
      <dc:date>2005-08-11T13:58:06Z</dc:date>
    </item>
  </channel>
</rss>

