Thread (computer science) Summary

Everything you need to understand or teach Thread (computer science).

  • 2 Encyclopedia Articles

Study Pack

The Thread (computer science) Study Pack contains:

Encyclopedia Articles (2)

892 words, approx. 3 pages
Multithreaded Operation The traditional operating system perspective of a process is as one entity that pursues a single activity. However, in the context of distributed systems, and also in the conte... Read more
286 words, approx. 1 pages
Thread A thread is a portion of a program that runs separately during execution. As a program runs it spawns off separate functions as threads. Threads cannot run independently; they remain under the ... Read more