Bugzilla – Bug 324431
[PATCH] Process.PriorityClass implementation
Last modified: 2007-09-15 21:24:46 UTC
---- Reported by robertj@gmx.net 2007-05-28 08:25:18 MST ---- The patches implement Process.PriorityClass using the also provided WAPI Get|SetPriorityClass (), based on get|setpriority(3). ---- Additional Comments From robertj@gmx.net 2007-05-28 08:25:47 MST ---- Created an attachment (id=172071) mono_getsetprio.diff ---- Additional Comments From robertj@gmx.net 2007-05-28 08:26:09 MST ---- Created an attachment (id=172072) mcs_getsetprio.diff ---- Additional Comments From robertj@gmx.net 2007-05-28 08:48:37 MST ---- Created an attachment (id=172073) standalone-priorityclass-test.cs ---- Additional Comments From lupus@ximian.com 2007-08-20 07:45:40 MST ---- This looks good to me, with one doubt: REALTIME_PRIORITY_CLASS likely requires also setting the scheduling policy to SCHED_FIFO, though I guess this is a good enough first approximation. Has Dick had no objection to this change for several months, please commit. Thanks. ---- Additional Comments From robertj@gmx.net 2007-08-23 03:09:23 MST ---- Fixed in r84678:84679 Imported an attachment (id=172071) Imported an attachment (id=172072) Imported an attachment (id=172073)