Define way of kernel object outlive process which created it

Explain the way of the kernel object outlive the process which created it.

E

Expert

Verified

When your process calls a function which creates a kernel object and then your process removes, the kernel object is not essentially destroyed. Within most circumstances, the object will be vanished; but if other processes are using the kernel object your process created, the kernel does not know to destroy the object till the other process has stopped using this.

   Related Questions in Programming Languages

©TutorsGlobe All rights reserved 2022-2023.