0
2.8kviews
What are the different models for organizing a thread?
1 Answer
1
219views

THREADS

➤ A thread is the entity within a process that can be scheduled for execution. All threads of a process share its virtual address space and system resources. Allow a single application to do many things at once n Simpler programming model n Less waiting: Simpler programming model, Less …

Create a free account to keep reading this post.

and 5 others joined a min ago.

Please log in to add an answer.