[Xenomai-core] Synchronization of shared memory with mutexes

2012-01-10 Thread Jan-Erik Lange
Hello, I have a question about basics of the synchronization of shared memory with mutexes. The situation: The Sender is a RT task (primary domain) and the recipient is a non-RT task (usually in the secondary domain). Namely, the receiver is used to interact with a Web server. He calls to

Re: [Xenomai-core] Synchronization of shared memory with mutexes

2012-01-10 Thread Philippe Gerum
On 01/10/2012 04:04 PM, Jan-Erik Lange wrote: Hello, I have a question about basics of the synchronization of shared memory with mutexes. The situation: The Sender is a RT task (primary domain) and the recipient is a non-RT task (usually in the secondary domain). Namely, the receiver is used