operating system - Does greater decimal value mean higher priority or low priority for a process? -


for example p1 has priority 2 , p2 has priority 5. process has higher priority? process executed first?

this depends on underlying operating system.

see

and on. in other words: answer research operating system intend work with.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -