|
Multiprocessing - Oct 29, 2008, 17:35 pm by Amit Satpute
What is multiprogramming?
In multiprogramming, several programs run simultaneously on a single processor.
Although in reality there is no real simultaneous execution of different
programs, it gives a sense that they are executing simultaneously due to the
part by part execution of all the programs.
What is Multiprocessing?
In multiprocessing, one or more programs are run by more than one processors.
|