Saturday, November 30, 2013

Multithreading, Multitasking and Asynchronous processes

Thanks for reply BRAHIM kamel.


From your reply I understood:


Multitasking: Two or more programs executing simultaneously(in the background each program can be multithreaded).


Multithreading: A program executing in two or more threads(solely depends on OS).


Asynchronous: A process in which program is not synchronously executed(jumping between threads).


Hope I understood correctly, Please correct me if I am wrong in anything.


No comments:

Post a Comment