Re: My Kernel Service Model
Posted: Mon Nov 28, 2011 4:53 am
Yes ,I do.
The Place to Start for Operating System Developers
https://f.osdev.org/
If they were passive:thread 1 thread 2
X calls A A does its work for X
X does its normal work A gets ready to post its data to X
X receives the data A does its normal work
X calls A A does its work for X
X does its normal work A gets ready to post its data to X
X receives the data A does its normal work
In other words,active objects are like always active,while passive objects are idle when other objects are working.X activity A activity
X calls A A does its work for X
X does its normal work A gets ready to post its data to X
X receives the data A does its normal work
X calls A A does its work for X
X does its normal work A gets ready to post its data to X
X receives the data A does its normal work