clairvoyant christopher :
Yes. Look what I found on the internet:
Briefly it causes the Windows scheduler to allocate more or less CPU time to the process.
A higher priority only gives improved performance if it's competing with other processes. e.g. suppose you start a video rendering job and you see in task manager that it's getting, oh, 97% of the CPU time. (And Task manager itself often takes a percent or three.) Raising its priority under those conditions won't do a thing - it's already getting all the CPU there is. it's like being allowed to go to the head of the line when there's no one else in line.
Changing priority does not directly affect RAM or any other hardware resource other than CPU time. However, if of two competing processes one gets a lot more CPU time than the other, the one using more CPU time will (assuming everyting else is equal) end up being assigned more RAM simply because it's accessing more of its code and data in a given amount of time.
Source(s):
"Windows Internals" by Solomon and Russinovich. See the chapter on scheduling.
1) just because it is on the internet does not make it true.
2) just because it is published does not make it true. (publishers publish to make money)
re-read what you posted.
"A higher priority only gives improved performance if it's competing with other processes."
he then states that if there is nothing else running its useless to give it a higher priority.
"Raising its priority under those conditions won't do a thing - it's already getting all the CPU there is. it's like being allowed to go to the head of the line when there's no one else in line."
he said: "Changing priority does not directly affect RAM or any other hardware resource other than CPU time."
but then he contradicts himself:
"However, if of two competing processes one gets a lot more CPU time than the other, the one using more CPU time will (assuming everyting else is equal) end up being assigned more RAM simply because it's accessing more of its code and data in a given amount of time."
which says changing the priority of a process, game, program, task, affects the performance of other tasks.
look at your Task Manager and look at the processes; those need resources from the cpu. take it away or lessen it and your "performance" as a whole will suffer.
ie. you are playing a game online, MW3, and you give iw5mp.exe high priority. you may see an increase 5-7 FPS and think "wow, this is GREAT!" but your network connection to the servers will suffer because it is not getting the resources to run effectively because iw5mp.exe is using them. also what you say or hear on your headset will lag because the audio codecs are not getting their resources as they should.
there are a lot of tasks and services needed to run one program, when you allocate their priority to that executable, program, then those services and tasks suffer.
and because elephants have flat feet
