34 Papers On Real-Time Linux 8
An anonymous reader writes "LinuxDevices.com has published the proceedings from the Fourth Real-Time Linux Workshop. 26 of the papers are now available as PDF downloads, on topics which include robotics, chemical process control, digital PID controller, medical imaging, real-time graphical programming, device driver architecture, shielded processors, quality-of-service, real-time FIFOs, and more. Check 'em out!"
FreeBSD has some realtime support (Score:3, Informative)
Check out the "rtprio" call on FreeBSD:
man rtprio [gsp.com]
It really is quite good - even for "normal" uses. Give your mp3 player an rtprio value via command line and it will never "chop" or "stutter" again, even under the heaviest of loads. Set XFree86 to have a "rtprio" via command line and it runs so much more responsively (even that Linux IMHO).
While your at it set:
options HZ=1000
In your kernel configuration and you have a realtime capable system, with really low latency (thanks to the hz value).
Another option as well as the Linux options...
Jamie Burns.
Re:FreeBSD has some realtime support (Score:1)
Insightful post. Not modded up as it should be. But who cares? No one reads the dev stories anyway, everyone's just here to claim they're 1337 and (fill in the evil of the day) isn't.
Then again, no one will read this post either. Why bother?
Re:FreeBSD has some realtime support (Score:1)