Originally posted by: mfh6375
Not really having problems. Just thought framerates would improve a little if I had less stuff running in the background.
Not really having problems. Just thought framerates would improve a little if I had less stuff running in the background.
It's thread level, and it is affected by things such as process priority, and thread priority.
Originally posted by: Nothinman
It's thread level, and it is affected by things such as process priority, and thread priority.
Yes, but most processes and threads have the same base priority. The game will also get a priority boost since it's the interactive app in the foreground.
but 51 processes is a bit much I'd think,
Originally posted by: Markbnj
It's thread level, and it is affected by things such as process priority, and thread priority.
Originally posted by: bsobel
Originally posted by: Markbnj
It's thread level, and it is affected by things such as process priority, and thread priority.
And most importantly, if the thread is schedulable. Many times the thread is waiting on something (io to complete, a notification to occur, etc), those threads don't take their time slice since they don't need it.