On Mon, 8 Nov 1999, David Miller wrote:

> If the linux app (process) has 3 threads, can RTL create 3 different
> fifos'
> that it can use to send different info to each thread or does the fifo

My guess, yes.

> Does the read of the FIFO block just the thread or does it block the
> process?

Just the thread. Of course you need to use 3 different file descriptors if
kept in global variables, or local variables.

--
Tomek

--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/

Reply via email to