On Sun, Jun 21, 2009 at 3:44 PM, Tobias Krieger < tobias.krieger@xxxxxxxxxxxxxxx> wrote: > This would be a nice and fast solution, but unfortunatelly, it's like that > the C programm needs to surveilance the hardware all the time (controlling > values,...) hence, it would run more as a "daemon". > then you will have to make the C app accept socket connections; or maybe try unix signals handlers in the C app w/ shared memory betwen both processes; maybe there are easier ways to do it.. -nathan