[Mono-list] Threading priority and process priorities
Dick Porter
dick@ximian.com
29 Oct 2002 10:00:20 +0000
On Mon, 2002-10-28 at 20:06, Tom Fransen wrote:
> Am I missing something (I'm rather new at using Linux :-) or are
> the thread priorities not implemented in Mono?
Thread priorities are not implemented in Mono. If you need them to be
implemented you have a couple of choices:
1) File a bug (http://bugzilla.ximian.com) and wait for me to get around
to it.
or 2) Implement it yourself and send me a patch.
- Dick