[linux-audio-dev] Daemon mode

David dplist at free.fr
Sat Dec 16 13:29:12 UTC 2006


On Sat, 16 Dec 2006 17:56:23 +0700
Patrick Shirkey <pshirkey at boosthardware.com> wrote:

> Hi,
> 
> I am adding a Daemon mode to jackEQ and have most of the code in
> place now.
> 
> I am stuck at the point where the daemon starts up and keeps going.
> 
> Essentially I need the daemon mode equivalent of gtk_main() that
> keeps ticking over until the app is told to stop or otherwise
> shutdown.

I think you could use a Glib main loop :

http://developer.gnome.org/doc/API/2.0/glib/glib-The-Main-Event-Loop.html

HTH

-- 
David



More information about the Linux-audio-dev mailing list