Re: NSTask and process scheduling priority?
Re: NSTask and process scheduling priority?
- Subject: Re: NSTask and process scheduling priority?
- From: Joseph Kelly <email@hidden>
- Date: Tue, 17 Jan 2006 13:06:42 -0800
On Jan 17, 2006, at 1:44 AM, Markus Hitter wrote:
You obviously want to get on the list of misbehaving Mac OS X apps
quickly :-}
Well no, not really. I have a small sub process which is very well
behaved -- it establishes some run loop sources from various places
and waits for one of them to trigger, at which point it messages its
clients. It does very little processing outside of that, and outside
of sitting in a run loop, does no polling. I would like to make it
respond a little quicker.
You always get all of the available processing power, regardless of
priorities. Priorities only come into play when the user does more
than one thing at the same time.
So that's how the unix process scheduler works :-}
joe
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden