<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Interrupt shared Memory]]></title><description><![CDATA[<p>Hi nochmal,</p>
<p>Kann ich bei Shared Memory (Boost.Interprocess) ein Softwareinterrupt auslösen wenn Daten gesendet worden sind, oder muss ich pollen ??</p>
<p>Gruß Alex</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/270639/interrupt-shared-memory</link><generator>RSS for Node</generator><lastBuildDate>Sun, 30 Aug 2026 02:19:15 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/270639.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 15 Jul 2010 14:59:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Interrupt shared Memory on Thu, 15 Jul 2010 14:59:15 GMT]]></title><description><![CDATA[<p>Hi nochmal,</p>
<p>Kann ich bei Shared Memory (Boost.Interprocess) ein Softwareinterrupt auslösen wenn Daten gesendet worden sind, oder muss ich pollen ??</p>
<p>Gruß Alex</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1926757</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1926757</guid><dc:creator><![CDATA[AlexanderKiebler]]></dc:creator><pubDate>Thu, 15 Jul 2010 14:59:15 GMT</pubDate></item><item><title><![CDATA[Reply to Interrupt shared Memory on Thu, 15 Jul 2010 16:18:47 GMT]]></title><description><![CDATA[<p>Ich würde mal sagen weder noch.<br />
&quot;Software-Interrupts&quot; gibt es keine, aber es gibt Message-Queues:</p>
<p><a href="http://www.boost.org/doc/libs/1_43_0/doc/html/interprocess/synchronization_mechanisms.html#interprocess.synchronization_mechanisms.message_queue" rel="nofollow">http://www.boost.org/doc/libs/1_43_0/doc/html/interprocess/synchronization_mechanisms.html#interprocess.synchronization_mechanisms.message_queue</a></p>
<p>Der &quot;Sender&quot; stellt dabei einfach eine neue Message in die Queue, der &quot;Empfänger&quot; holt sie mit einem Blocking-Receive ab.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1926802</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1926802</guid><dc:creator><![CDATA[hustbaer]]></dc:creator><pubDate>Thu, 15 Jul 2010 16:18:47 GMT</pubDate></item></channel></rss>