Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!wuarchive!emory!hubcap!ncrcae!ncr-sd!sagpd1!eprice From: eprice@sagpd1.UUCP (Eric Price) Newsgroups: comp.realtime Subject: Asychronous VRTX Interrupts (Need Help) Message-ID: <968@sagpd1.UUCP> Date: 13 Dec 90 20:47:37 GMT Reply-To: eprice@sagpd1.UUCP (Eric Price) Organization: Scientific Atlanta, Government Products Div, San Diego, CA Lines: 18 Keywords:Project is Classified so I can't be too specific. Dear Netlanders, I'm working on rewriting and optimizing some code for my company's product. Currently our baseline software consists of a ruotine that when interrupted in real time (say less than < 1200 times per second) posts a message to a VRTX queue. The message is pulled of the queue and serviced. To optimize our code and allow the system to really scream we have decided to let the interrupt perform the actual message service routine, thus eliminating the overhead of passing the message. Currently I am noticing some strange timing problems. What I need to know is: Does anyone out in Netland have any exerience with a problem similar to mine. All questions, comments and suggestions will be gladly appriciated. Thanks in Advance, Eric