[...]
anyway, they are inherently slower than a pipe,
because the pipe model
doesn't require creation and use of a signal handling stack for the
task. the task is already blocked, and you just wake it up. with any
signal (including an rtsignal) you have to setup the signal call
stack first.
Also when using sigwait()?
--ms