RE: [rtl] RT FIFOs and FIFO handlers

2001-06-15 Thread Basham, Richard R
To: [EMAIL PROTECTED] Subject: [rtl] RT FIFOs and FIFO handlers I have an RTLinux application that sets up two FIFOs; one for reading commands from the Linux side and another FIFO for sending data to the Linux side. Initially, I had the RT data collection thread just shoving the data up the pipe

[rtl] RT FIFOs and FIFO handlers

2001-06-14 Thread Ken Ramey
I have an RTLinux application that sets up two FIFOs; one for reading commands from the Linux side and another FIFO for sending data to the Linux side. Initially, I had the RT data collection thread just shoving the data up the pipe with rtf_put() as it was ready. I discovered, however, that I