| United States-English |
|
|
|
![]() |
DCE for the HP e3000: HP e3000 MPE/iX Computer SystemsChapter 5 Programming with Kernel Threads |
|
Table of Contents Programming with threads is useful for structuring programs, performance enhancement through concurrency and overlapping I/O, and making client/server interaction more efficient (it increases programming complexity). Some things that need to be addressed when programming with threads are:
A traditional non-threaded process has a single thread of control, started and terminated with the process. Multi-threaded programs require that threads be created and terminated explicitly. The HP e3000 Kernel Threads provide basic thread creation and management routines. |
|||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||