View Single Post
Old 08-19-2016, 10:40 PM   #14
addisoncave
Registered User
 
Join Date: Jun 2016
Posts: 169
multi threading is the ability of an operating system to execute different blocks of codes, known as thread, simultaneously. The concept of multi-threading is quite simple. As we know computer code can't run simultaneously, so OS just stop and start the program for nano seconds as they look to be run simultaneously.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
addisoncave is offline   Reply With Quote