What is the Process Control Block of Jnode?
Submitted by mmhancxt on Wed, 08/26/2009 - 16:12.
I have downloaded the src of jnode,but didn't find the PCB file.
Could anybody tell me where it is or show the PCB to me.
Thanks.
- Login to post comments
we don't have processes
I am not sure what you mean by process control block (PCB) but if it's about process like in other OSes you should know that we don't have processes in JNode.
We use isolates and threads instead.
Fabien
my blog : en français, in english or both
Thank you. I see the
Thank you.
I see the Thread.java,but not find pid definition.Then you use Thread name to instead the PID?
We don't have have PID ...
... and don't need them. A thread name couldn't identify a thread since, as far as I know, java specifications doesn't require thread name to be unique among all the threads of a JVM.
Fabien
my blog : en français, in english or both