How does process system work?
Posted: Sun May 20, 2001 11:00 pm
Hello people,
Anyone know how does the process system should work?
My problem is with the concept that if the CPU is
keep on switching back and forth b/t several processes
, if the user is using say process C and whie the
user is typing in something the CPU switched off
to another process say D, what happens to the user
then? Is the process model saying that any data
intercepted are stored in the stack later poped back
out as the user program (process C in this case)
is using the CPU again? Or is it just simply that
all other processes have to wait until an user process
is done? Or is my concept entirely wrong?
Thanks.
Anyone know how does the process system should work?
My problem is with the concept that if the CPU is
keep on switching back and forth b/t several processes
, if the user is using say process C and whie the
user is typing in something the CPU switched off
to another process say D, what happens to the user
then? Is the process model saying that any data
intercepted are stored in the stack later poped back
out as the user program (process C in this case)
is using the CPU again? Or is it just simply that
all other processes have to wait until an user process
is done? Or is my concept entirely wrong?
Thanks.