On May 24, 2007, at 2:07 PM, Marc R.J. Brevoort wrote: > Hm... In this case I'm running Linux 2.6.20. I'll be needing 1/1000 or > better accuracy. Any suggestions on this?
Have you though about realtime operating systems? None of the others will guarantee you a resolution of 1/1000th of a second. They need much more time just to switch between tasks. You do get timers that claim a 1000th second resolution, but the OS will not react fast enough. Another alternative is to use external Microcontrollers and connect via USB/Serial line. Finally, this kind of precision is far beyond the scope of a UI library, where reaction times of 1/25th or 1/30th of a second are plenty. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

