Parallel
rtlinux.txt
Associated article: Inside Real-Time Linux
Tags: Database Open Source Parallel Design
Published source code accompanying the article by Jerry Epplin in which he examines Real-Time Linux. To illustrate how you can use RTLinux, Jerry presents a data-acquisition application. Also see RTLINUX.ZIP.
Inside Real-Time Linux by Jerry Epplin Listing One /* producer.c -- continually sends data at fixed intervals to a consumer of * data. This structure can be used for a data-acquisition application. * Written by Jerry Epplin */ #ifndef MODULE #define MODULE #endif #...


