Threads
Introduction
Typical uses for threads
Typical uses for threads
- To improve the performance of applications with extensive I/O operations
- To improve the responsiveness of GUI applications
- To allow two or more users to run server-based applications simultaneously