From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.5-pre1 (2020-06-20) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.5-pre1 Date: 9 Aug 93 21:15:01 GMT From: eachus@mitre-bedford.arpa (Robert I. Eachus) Subject: Re: Query about monitor (passive) task optimization Message-ID: List-Id: In article <244ktf$61@schonberg.cs.nyu.edu> dewar@cs.nyu.edu (Robert Dewar) wri tes: > The question is: are there applications which use tasking, and are > basically interested in overall speed throughput, rather than > simply that tasks meet their deadlines. Well certainly one can > construct examples, but I suspect that in real life such examples > are few and far between. Actually, I do know of one major exception, but it only reinforces Robert Dewar's case. At MITRE (and at some government contractors) there is a major need for simulating systems to determine that the real-time requirements are met. Since the simulation uses a simulated clock, and the simulations often run much slower than real-time, anything which speeds the simulation up would be useful. Since the people doing the simulations are exactly those who care the most for PREDICTABLE behavior in the real system, don't expect us to ask for automatic reorderings. -- Robert I. Eachus with Standard_Disclaimer; use Standard_Disclaimer; function Message (Text: in Clever_Ideas) return Better_Ideas is...