Hi Massimiliano,

the term "rate monotonic scheduling policy" is misleading, since
"rate monotonic" is mostly a scheme for task priority assignment.

To use this scheme, the scheduler must support the following
features:
        - priority based scheduling
        - fixed priorities
        - preemptive scheduling

Hence, the FIFO-scheduler of RT-Linux is suitable for an
application that uses rate monotonic priority assignment.

Ciao,
Bernd
> -----Original Message-----
> From: Massimiliano Cialdi [mailto:[EMAIL PROTECTED]]
> Sent: Dienstag, 12. Marz 2002 09:49
> To: rtl
> Subject: [rtl] rate monotonic
> 
> 
> reading 
> http://www.fsmlabs.com/developers/white_papers/thesis.ps it 
> seems that 
> rtlinux directly support rate monotonic scheduling policy? It 
> is right?
> So why the only scheduling policy selectable with 
> pthread_setschedparam are FIFO 
> and RR?
> 
> thanks
> -- 
> Massimiliano Cialdi
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> 
> -- [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/
> 
-- [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/

Reply via email to