On 4/7/07, Gerald Grabner <gerald.grabner at gmx.net> wrote: > * Using (priorized) threads for the event scheduling This is the best solution - run your time sensitive threads with SCHED_FIFO and a high priority (80 or so). I think the relavant man page is sched_setscheduler. Lee