<?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 using write() in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/using-write/m-p/2452988#M729070</link>
    <description>While doing a write to a socket(e.g. write( sockDesc, buf, len ), I am randomly getting a -1 return code with errno set to EINTR, meaning the write call was interrupted.  Is there a way to tell what signal was received by the write call?  We've tried to catch all of the signals, but that didn't work.  The write call still seems to get interrupted.</description>
    <pubDate>Thu, 12 Oct 2000 14:49:07 GMT</pubDate>
    <dc:creator>Geoffrey Wells</dc:creator>
    <dc:date>2000-10-12T14:49:07Z</dc:date>
    <item>
      <title>using write()</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-write/m-p/2452988#M729070</link>
      <description>While doing a write to a socket(e.g. write( sockDesc, buf, len ), I am randomly getting a -1 return code with errno set to EINTR, meaning the write call was interrupted.  Is there a way to tell what signal was received by the write call?  We've tried to catch all of the signals, but that didn't work.  The write call still seems to get interrupted.</description>
      <pubDate>Thu, 12 Oct 2000 14:49:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-write/m-p/2452988#M729070</guid>
      <dc:creator>Geoffrey Wells</dc:creator>
      <dc:date>2000-10-12T14:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: using write()</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/using-write/m-p/2452989#M729071</link>
      <description>Can you give some more info, probably a sample code .&lt;BR /&gt;You do not get a signal, if you had got a&lt;BR /&gt;signal then&lt;BR /&gt;If you set SA_RESTART flag on sigaction.&lt;BR /&gt;Then it would have been fine.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Oct 2000 03:21:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/using-write/m-p/2452989#M729071</guid>
      <dc:creator>Deepak_3</dc:creator>
      <dc:date>2000-10-13T03:21:25Z</dc:date>
    </item>
  </channel>
</rss>

