Multithreaded environments
Threaded applications is an elegant & scalable service for DCE Distributed Computing
- Threads progress independently
- Parallelized operation
- Different processing models can be put in place
- Threads within a process share same address space
- Much better computing resource utilization
Threads can synchronize with one another
- Simplifies inter-process mechanisms