<?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: semaphore in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore/m-p/2886289#M935470</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;$ipcs &lt;BR /&gt;list all IPC&lt;BR /&gt;to terminate ipc's kill wouldn't work&lt;BR /&gt;&lt;BR /&gt;to kill semaphores &lt;BR /&gt;$ipcrm -s &lt;PID&gt;&lt;/PID&gt;</description>
    <pubDate>Tue, 21 Jan 2003 07:09:01 GMT</pubDate>
    <dc:creator>Ravi_8</dc:creator>
    <dc:date>2003-01-21T07:09:01Z</dc:date>
    <item>
      <title>semaphore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore/m-p/2886287#M935468</link>
      <description>sorry i send this message twice with in the wrong category,i hope this time ....&lt;BR /&gt;hi &lt;BR /&gt;i have a probleme with my c program. &lt;BR /&gt;when i kill my program the semaphore related still set. the program run as root &lt;BR /&gt;how can i know the correct ID to remove semaphore set related to my program. &lt;BR /&gt;</description>
      <pubDate>Tue, 21 Jan 2003 06:35:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore/m-p/2886287#M935468</guid>
      <dc:creator>tarek_3</dc:creator>
      <dc:date>2003-01-21T06:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: semaphore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore/m-p/2886288#M935469</link>
      <description>Do a man on ipcs and ipcrm.  ipcs shows what aemaphores are in use and ipcrm will clear them.&lt;BR /&gt;&lt;BR /&gt;Good luck&lt;BR /&gt;&lt;BR /&gt;Carlo</description>
      <pubDate>Tue, 21 Jan 2003 07:05:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore/m-p/2886288#M935469</guid>
      <dc:creator>Carlo Henrico_1</dc:creator>
      <dc:date>2003-01-21T07:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: semaphore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore/m-p/2886289#M935470</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;$ipcs &lt;BR /&gt;list all IPC&lt;BR /&gt;to terminate ipc's kill wouldn't work&lt;BR /&gt;&lt;BR /&gt;to kill semaphores &lt;BR /&gt;$ipcrm -s &lt;PID&gt;&lt;/PID&gt;</description>
      <pubDate>Tue, 21 Jan 2003 07:09:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore/m-p/2886289#M935470</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-01-21T07:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: semaphore</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/semaphore/m-p/2886290#M935471</link>
      <description>This is the normal behaviour unless you set SEM_UNDO in your semaphore operations's sem_flg. Only in this case the kernel will perform the undo operation when the process exits. However, complete removal of the semaphore needs to be done explicitely using (signal driven) cleanup functions.&lt;BR /&gt;&lt;BR /&gt;See man semop(2) for more details.&lt;BR /&gt;&lt;BR /&gt;Best regards...&lt;BR /&gt; Dietmar.</description>
      <pubDate>Tue, 21 Jan 2003 07:59:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/semaphore/m-p/2886290#M935471</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2003-01-21T07:59:36Z</dc:date>
    </item>
  </channel>
</rss>

