Design issue
- Process/thread to processor assignment
 
- Threads of the same process will run together (on a multiprocessor)
 - Processes of the same application run together (on a cluster)
 
- Threads will be running to specific processors to completion
 - Is this a good idea?
 

No comments:
Post a Comment