[linux-audio-dev] FIFOs vs. sockets
Martijn Sipkema
msipkema at sipkema-digital.com
Fri May 16 08:26:01 UTC 2003
[...]
> 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
More information about the Linux-audio-dev
mailing list