0
2.8kviews
What are the different models for organizing a thread?
1 Answer
| written 3.6 years ago by |
➤ 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 …