Re: Fully asynchronous IPC howto
Posted: Fri Dec 18, 2009 6:10 pm
Hi Brendan,
Pure message passing is an excellent idea. I did a quick search on the internet, there doesn't seem to be a huge amount of info. If the OS is "pure message passing", does that mean the only kernel functions are sendMessage() and receiveMessage()?
Could you please provide a sample API for a pure message passing OS? Thanks heaps.
Pure message passing is an excellent idea. I did a quick search on the internet, there doesn't seem to be a huge amount of info. If the OS is "pure message passing", does that mean the only kernel functions are sendMessage() and receiveMessage()?
Could you please provide a sample API for a pure message passing OS? Thanks heaps.