<?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: storing receiving packets in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/storing-receiving-packets/m-p/3650454#M803941</link>
    <description>Use shared memory to accomplish this. &lt;BR /&gt;&lt;BR /&gt;Use this: &lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ShmemExt" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ShmemExt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hth.</description>
    <pubDate>Mon, 17 Oct 2005 01:36:49 GMT</pubDate>
    <dc:creator>Muthukumar_5</dc:creator>
    <dc:date>2005-10-17T01:36:49Z</dc:date>
    <item>
      <title>storing receiving packets</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storing-receiving-packets/m-p/3650453#M803940</link>
      <description>hello everybody,&lt;BR /&gt;I will be receiving packets from client program.The packets i receive will be from different departments like containing different data.I want to store the packet in memory so that i can access that memory through another process.My question is which ipc concept can i use to store these packets(like message queues or shared memory) .Like i will be receving packets every minute from different departments and depending on the department name i should store the packets.The packet size is fixed that is 512kb. Advanced thanks for reply.</description>
      <pubDate>Mon, 17 Oct 2005 01:33:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storing-receiving-packets/m-p/3650453#M803940</guid>
      <dc:creator>Shivakumar_3</dc:creator>
      <dc:date>2005-10-17T01:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: storing receiving packets</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storing-receiving-packets/m-p/3650454#M803941</link>
      <description>Use shared memory to accomplish this. &lt;BR /&gt;&lt;BR /&gt;Use this: &lt;A href="http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ShmemExt" target="_blank"&gt;http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ShmemExt&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Mon, 17 Oct 2005 01:36:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storing-receiving-packets/m-p/3650454#M803941</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-10-17T01:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: storing receiving packets</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storing-receiving-packets/m-p/3650455#M803942</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; You can use either message queue or semaphore. it depends. Just look at the following link:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.developerweb.net/forum/archive/index.php/t-3435.html" target="_blank"&gt;http://www.developerweb.net/forum/archive/index.php/t-3435.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Note:&lt;BR /&gt;     To know the  KEY of semaphores or message queues, just use the "ipcs" command.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 17 Oct 2005 01:50:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storing-receiving-packets/m-p/3650455#M803942</guid>
      <dc:creator>VEL_1</dc:creator>
      <dc:date>2005-10-17T01:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: storing receiving packets</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storing-receiving-packets/m-p/3650456#M803943</link>
      <description>It is a nit, but sometimes nits can be important - applications are said to pass around _messages_ not packets.  So, you have a fixed message size of 512kb, which will be some number of TCP segments, which will then be some number of IP datagrams, which may then be some number of Ethernet frames.</description>
      <pubDate>Tue, 18 Oct 2005 11:19:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storing-receiving-packets/m-p/3650456#M803943</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2005-10-18T11:19:27Z</dc:date>
    </item>
  </channel>
</rss>

