Skip navigation.
 
mlRe: Giving the CPU a break...
FROM : Ryan Stevens
DATE : Wed Nov 20 16:57:02 2002

On Tuesday, November 19, 2002, at 05:05  PM, Alex Rice wrote:

> On Monday, November 18, 2002, at 12:04  PM, Buzz Andersen wrote:
>

>>  I have tried moving my thread priority down to 0.1, but that doesn't
>> seem to make a difference.

>
> Hrm? I want to know why not. Anyone know how NSThread maps into the
> Unix priorities of [-20,20]? Or is this Mach stuff? I would have
> expected +setPriority: to do the trick.
>
> Apparently ProcessViewer.app nor the top command show the system
> priority. What does that leave, the C system call getpriority(2)?
>
>


ps -auxcO nice
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlGiving the CPU a break... Buzz Andersen Nov 18, 20:04
mlRe: Giving the CPU a break... Buzz Andersen Nov 18, 23:09
mlRe: Giving the CPU a break... Kevin Elliott Nov 19, 18:33
mlRe: Giving the CPU a break... Alex Rice Nov 20, 02:05
mlRe: Giving the CPU a break... Sherm Pendley Nov 20, 05:00
mlRe: Giving the CPU a break... Ryan Stevens Nov 20, 16:57
mlRe: Giving the CPU a break... Buzz Andersen Nov 21, 05:32
mlRe: Giving the CPU a break... Ondra Cada Nov 21, 15:02