Xref: utzoo comp.unix.programmer:173 comp.unix.questions:25944 comp.unix.internals:474 Path: utzoo!attcan!uunet!aplcen!haven!mimsy!mojo!disney!news From: desilets@ra.src.umd.edu (Mark Edward Desilets) Newsgroups: comp.unix.programmer,comp.unix.questions,comp.unix.internals Subject: Faster Real-Time Programming Possible? Message-ID: <1990Oct3.160636.28757@ra.src.umd.edu> Date: 3 Oct 90 16:06:36 GMT Sender: news@ra.src.umd.edu (The News System) Organization: Systems Research Center, University of Maryland, College Park Lines: 21 Dear Unixpersons, First of all, if any of these forums (fora?) are inappropriate for my query, then I apologize in advance. Next, my question: I am writing a real-time control program to record sensor measurements and servo a robotic hand. I have been using the interval timer for scheduling events. Is there any (probably system dependent) way to schedule events more frequently than once every 10 milliseconds? For context, I am working on a HP 9000 Series 800 machine... I don't mind writing my own real-time routine to monitor the machine's hardware clock, if that is possible. So if any of you have experience doing this, or even if you don't but desire to opine, please commence. BTW, e-mail would be preferred, but I shall surely be attuned to these frequencies for the next several days. Thanks, Mark