POV-Ray : Newsgroups : povray.documentation.inbuilt : Version 3.8: Input_File_Name - where has it gone? : Re: Version 3.8: Input_File_Name - where has it gone? Server Time
23 Apr 2024 23:01:34 EDT (-0400)
  Re: Version 3.8: Input_File_Name - where has it gone?  
From: Dick Balaska
Date: 9 Dec 2019 22:50:52
Message: <5def161c$1@news.povray.org>
Am 12/9/19 8:20 PM, also sprach jr:

> alias nicepov='nice -n 19 povray'
> 
just fyi, "nice" really doesn't do anything, at least not since the 
invention of multicore CPUs.  The scheduler just picks stuff and goes.

This is an improvement, over where for several years cores could remain 
idle with tasks pending.  Say you've got a normal priority task running 
one thread. It gets dispatched and since there are no other normal 
priority tasks pending, the scheduler is done, even though there are 3 
idle cores and several "low" priority tasks pending.

There is a compile in replacement for the scheduler that fixes the 
current behavior, but the author recommends not using it and waiting for 
his new scheduler, which hopefully Linus will accept into the kernel.

I got no answers to this question
https://askubuntu.com/questions/1180605/priority-trouble-with-nice-renice
but further research led me to the statements above.

-- 
dik
Rendered 49,882,521,600 of 49,882,521,600 pixels (100%)


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.