linux - About the pid of the process -


I have a somewhat silly question, if I have a series of procedures that have been created ... It is not necessary that some types of heritage, the processes should have continuous or random pids?

It is determined by the operating system.

In general, they are usually appointed by the OS respectively. However, this behavior is nothing on the basis of base decisions, because most operating system specifications say that the process ID allocation is not deterministic (i.e.: it can be random, and can be changed in future versions, etc.).


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -