slide 16 of 19
Pipes, Sockets, Signals
All these require an OS call per action
SMP Linux doesn't parallelize OS calls
Useful only for
Manipulating OS scheduling
(versus
busy waiting
)
Running parallel cluster software...