Re: Shared Memory for Application/Communication decoupling



"Christian Walter" <wolti@xxxxxx> wrote in message
news:newscache$pym6aj$sii$1@xxxxxxxxxxxxxx

But as most people suggested a Message-Passing solutions I think I will go
away from the SHM approach and use a message passing system with three
tasks where one tasks acts as a coordinator.

Just read that again. If you synchronise your tasks, you won't need a
coordinator. And messaging becomes simpler.

Steve
http://www.fivetrees.com


.