> Are there any known issues with reading from or > writing to /proc entries in RTLinux? > writing to proc entries is not realy an issue, but reading from them (which generally is not that good an idea any way) needs some way of synchronizing data, or you get inconsisten data if the update on the non-rt side was preemted by your rt-thread that then reads some proc file in an intermediate (garbage) state.
Unless you are only using this as a simple debug/status interface to make a few bytes available to non-RT I guess you are better off with mbuff or an RTFIFO. hofrat -- [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/