Re: [rtl] Bidirectional RTFifo between Realtime threads?

2002-02-04 Thread Ish Rattan
On Sun, 3 Feb 2002, Philip Reetz wrote: At 10:10 03.02.2002 -0500, you wrote: Any other ideas? I really need this for my project. Try shared memory and map it into the address space of both threads. If both threads are part of the same process then it is even easier. -ishwar -- [rtl] ---

Re: [rtl] Bidirectional RTFifo between Realtime threads?

2002-02-03 Thread Ish Rattan
On Sat, 2 Feb 2002, Philip Reetz wrote: Right now every time I read from the fifo after writing into it my computer crashes and my guess is that is because the fifo is unidirectional. So, use two rtfifos? -ishwar -- [rtl] --- To unsubscribe: echo unsubscribe rtl | mail [EMAIL PROTECTED] OR

[rtl] Bidirectional RTFifo between Realtime threads?

2002-02-02 Thread Philip Reetz
Hello, I would like to use a RTFifo to communicate between a real time thread and another realtime thread (the fifo handler). Is there a way to use RTFifo for inter thread commincation within the real time space? Right now every time I read from the fifo after writing into it my computer