> To the original poster, I'd suggest starting with an
> existing class
> (like FX) and modifying it as needed.  Or just write
> a user level
> scheduler that modifies FX priorities and time quanta
> using priocntl
> (the easiest solution if the timing constraints
> aren't that tight).
> 
> Andy

Will probably modify an existing scheduler since the plan is not to change the 
scheduling policy but to make the process scheduler power aware by scheduling 
processes on processors in the most power efficient way and shutting down cores 
/ other parts of the processor die on a SMP/CMP architecture when unused. 
Therefore kernel mode would be the way to go in order to get access to hardware.
 
 
This message posted from opensolaris.org
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to