Re: [linux-audio-dev] FIFOs vs. sockets

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] FIFOs vs. sockets
From: Martijn Sipkema (msipkema_AT_sipkema-digital.com)
Date: Fri May 16 2003 - 14:40:20 EEST


[...]
> for communication that can wake another thread/process, shared memory
> is not an option: there is no way to "wait" on shared memory. for
> that, a pipe is notably faster than a tcp socket and a bit faster than
> a unix socket. for actual data movement, shared memory beats
> everything hands down since its zero copy.
>
> linux pipes are about the fast IPC on any operating system so far,
> although i have heard good things about futexes in kernel 2.5/2.6.

Has anyone tried using realtime signals instead of a pipe for this?

--ms


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Fri May 16 2003 - 13:58:28 EEST