http://bugzilla.novell.com/show_bug.cgi?id=540524
http://bugzilla.novell.com/show_bug.cgi?id=540524#c2 --- Comment #2 from Levi Bard <[email protected]> 2010-02-02 17:39:46 UTC --- Created an attachment (id=340259) --> (http://bugzilla.novell.com/attachment.cgi?id=340259) Preliminary patch First-pass implementation of thread priority setting and querying, with pthreads backend. For this to take effect on a modern Linux system, mono must be invoked like: `sudo chrt --rr -p 10 mono blah.exe` (where any valid priority can be given instead of 10, and --rr or --fifo can be specified as the scheduler). I'd like to add some test cases for this, but I'm not sure how, given the current framework. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
