<?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 Re: Problem with socket() call. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-socket-call/m-p/2559366#M918124</link>
    <description>Hi Tony,&lt;BR /&gt;&lt;BR /&gt;I suggest that you post as small a piece of code as possible that exhibits the problem and I suspect someone can then help.&lt;BR /&gt;</description>
    <pubDate>Tue, 31 Jul 2001 17:22:43 GMT</pubDate>
    <dc:creator>A. Clay Stephenson</dc:creator>
    <dc:date>2001-07-31T17:22:43Z</dc:date>
    <item>
      <title>Problem with socket() call.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-socket-call/m-p/2559365#M918123</link>
      <description>I'm having a strange problem in my application. I'm using the socket(), and it isn't returning a value. It's acting like it's blocking. Has anyone heard of this condition before?</description>
      <pubDate>Tue, 31 Jul 2001 17:06:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-socket-call/m-p/2559365#M918123</guid>
      <dc:creator>Tony Escujuri</dc:creator>
      <dc:date>2001-07-31T17:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with socket() call.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-socket-call/m-p/2559366#M918124</link>
      <description>Hi Tony,&lt;BR /&gt;&lt;BR /&gt;I suggest that you post as small a piece of code as possible that exhibits the problem and I suspect someone can then help.&lt;BR /&gt;</description>
      <pubDate>Tue, 31 Jul 2001 17:22:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-socket-call/m-p/2559366#M918124</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2001-07-31T17:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with socket() call.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-socket-call/m-p/2559367#M918125</link>
      <description>Here's the code.  The last thing printed to the log file is "before socket</description>
      <pubDate>Tue, 31 Jul 2001 17:31:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-socket-call/m-p/2559367#M918125</guid>
      <dc:creator>Tony Escujuri</dc:creator>
      <dc:date>2001-07-31T17:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with socket() call.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-socket-call/m-p/2559368#M918126</link>
      <description>Did you start your app two times? if your app is a server, the new one maybe blocked</description>
      <pubDate>Tue, 31 Jul 2001 17:37:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-socket-call/m-p/2559368#M918126</guid>
      <dc:creator>Rocky Zhao</dc:creator>
      <dc:date>2001-07-31T17:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with socket() call.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-socket-call/m-p/2559369#M918127</link>
      <description>If anybody is interested, I've figured out the problem.  My program wasn't closing it's file descriptors, and as it ran it reached the maximum number allowed per process.  I was using the shutdown() function instead of close().  I thought that the shutdown function closed the filehandle if you closed both the read/write streams, but I was mistaken.  Here's the interesting part though.  The socket() function didn't return an error reporting this, it just hung there.  This appears to be a bug.  I've fixed my program so it closes the file descriptors, so it's not a problem.  But I'm sure someone else will run into this.  Where is the best place to report this?</description>
      <pubDate>Tue, 31 Jul 2001 18:12:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-socket-call/m-p/2559369#M918127</guid>
      <dc:creator>Tony Escujuri</dc:creator>
      <dc:date>2001-07-31T18:12:09Z</dc:date>
    </item>
  </channel>
</rss>

