David Miller wrote:
> Question
>
> This is realy a question about threads and not RTL but it is dealing
> with
> RTL.
>
> 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
yes
> or does the fifo
> have
> to communicate with the process and the main process send the info to
> the
> proper thread through a condition variable?
>
no
>
> Does the read of the FIFO block just the thread or does it block the
> process?
>
it blocks the thread!
>
> David Miller
> --- [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/
--- [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/