VoyForums

VoyUser Login optional ] [ Contact Forum Admin ] [ Main index ] [ Post a new message ] [ Search | Check update time | Archives: 12[3]4 ]
Subject: Re: Scheduling mechanism for linux red hat 7.0?


Author:
stef
[ Next Thread | Previous Thread | Next Message | Previous Message ]
Date Posted: 08:46:43 03/03/03 Mon
In reply to: Iris 's message, "Scheduling mechanism for linux red hat 7.0?" on 12:38:54 02/19/03 Wed


Thereis linux main scheduling scheduling policy SCHED_OTHER (look at pthread_create man)
which is the normal unix scheduling policy (no static priority, priority (nice) evolves, such as all process get CPUTIME)
There is also 2 others scheduling policy (SCHED_RR and SCHED_FIFO) which are reserved for root and are priority based, but CANNOT preempt kernel.

If you need hard realtime with priority and kernel preempt, you can use non standard REALTIME API (RTAI is opensource and RTlinux, kind of open source BUT with restriction due to
patent problem with RTlinux founder V.Yodaken) both need kernel patch/rebuild.

stephane

[ Next Thread | Previous Thread | Next Message | Previous Message ]


[ Contact Forum Admin ]


Forum timezone: GMT-8
VF Version: 2.94, ConfDB:
Before posting please read our privacy policy.
VoyForums(tm) is a Free Service from Voyager Info-Systems.
Copyright © 1998-2008 Voyager Info-Systems. All Rights Reserved.