Cs-Web

View on GitHub

Thread

threadedProcess

Benefits of multithreaded programming

REsource sharing: this quality is especially useful in designing user interfaces

Scalability:

Responsiveness

Economy

Multithreading Models

2 types: user threas and kernal threads

1. many to one model

adv

dis-adv

manytoone

2. ONe to one model

adv

dis-adv

onetoone

3. many to many model

adv

manytomany