Pthread_make_periodic_np() V.S. interrupt-driven scheduling Hi, all I need to schedule executing of a task periodically at a frequency around 1kHz. Following possibilities seem to be freasible: 1) to use pthread_make_periodic_np() 2) write a ISR to serve periodic hardware interrupts I wonder which one is preferred by your RTL-veterans. Thanks! James -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] --- For more information on Real-Time Linux see: http://www.rtlinux.org/rtlinux/
