<div class="gmail_quote">On Tue, Feb 28, 2012 at 1:01 AM, Paul Coccoli <span dir="ltr"><<a href="mailto:pcoccoli@gmail.com">pcoccoli@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Why not just use 2 ringbuffers: one to send pointers to the RT thread,<br>
and a second to send them back to the low prio thread (so it can free<br>
them)<br></blockquote><div>The entire Luppp engine is based around that principle. The only downside is that one can't prioritze the messages, they must all be handled every process() to ensure that nothing essential is missed.. But that's something small I can live with :)<br>
<br>-Harry<br></div></div>