Threads
Threads
- Very simple to use threads effectively
- constructs to do synchronization (of methods and blocks of code) are built in
- (almost) all objects can be run as threads
- Need to ensure that equal priority threads yield on Solaris (implementation) - OK on Win95/NT