I am not familiar with SCHED_RR, but with FX priority scheduling your priority does not change. If you do an IO you return at the same priority, if you exhaust your time quanta, you return at the same priority. With TS your priority changes depending whether you give up the CPU voluntarily (IO for example) or exhaust your timeslice. With FSS your priority is adjusted so that you will get your fair share of resource.
rick On Tue, Nov 16, 2010 at 06:26:46PM -0800, Kishore Kumar Pusukuri wrote: > Does Fixed-Priority Scheduling Policy function similar to Round-Robin > scheduling with fixed time-quantum (somewhat like SCHED_RR in Linux) ? > > Please let me know. > > Thank you. > -- > This message posted from opensolaris.org > _______________________________________________ > perf-discuss mailing list > perf-discuss@opensolaris.org -- Rickey C. Weisner Software Development and Performance Specialist Principal Software Engineer Systems Quality Office Oracle Corporation cell phone: 615-308-1147 email: rick.weis...@oracle.com _______________________________________________ perf-discuss mailing list perf-discuss@opensolaris.org