Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
Linux Software

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!"
This discussion has been archived. No new comments can be posted.

34 Papers On Real-Time Linux

Comments Filter:
  • by Anonymous Coward on Sunday January 05, 2003 @04:14AM (#5018586)
    I only found out recently, but FreeBSD has realtime support, accessable via POSIX realtime API.

    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). :o)

    Another option as well as the Linux options...

    Jamie Burns.

fortune: cpu time/usefulness ratio too high -- core dumped.

Working...