[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [rtl] semaphore between rt and user space
On Thu, Nov 02, 2000 at 09:56:12AM +0100, S.A. wrote:
> I think that the use of a fifo seems to be more a secure solution than
> using shared memory bits.
RTFifos take care of the synchronization of user/RT.
>
> It is important to guarantee an exclusive access to shared ressources .
>
> I tried RTAI_RTL_FIFOS from zentropix, this seems to solve the problem
> for the exchange of semaphores between RT and linux space.
> Did some people already use it ?
Why don't you just use the standard fifos?