On Wed, Aug 02, 2006 at 10:40:38AM +0800, hanwen wrote:
> Interesting about realtime scheduling?
> What does it do and what can we benifit from it?

  $ man sched_setscheduler

And look for the part about SCHED_FIFO.

When enabled it ensures that our process runs before most others.

Note that it's possible to "blow your foot off" with SCHED_FIFO.
If you make a coding mistake and the code enters an infinite tight
loop, it's really hard to kill the process.

Eric


_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to