WHAT IS THREAD BASED MULTITASKING?
Thread-based multitasking : In a thread-based multitasking in an environment the thread is the smallest unit of disputable code. This means that a single program can perform two or more task simultaneously.
For instant a text editor can format text at the same time that it is printing, as long as these to actions are being performed by two separate thread. Thus process –based multitasking deals with the big picture and thread-based multitasking handles the details.
Subscribe to:
Post Comments
(
Atom
)
No comments :
Post a Comment