From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=0.1 required=5.0 tests=BAYES_00,FREEMAIL_FROM, PDS_FROM_2_EMAILS autolearn=no autolearn_force=no version=3.4.4 X-Received: by 2002:a24:3d48:: with SMTP id n69mr1311241itn.116.1559224625285; Thu, 30 May 2019 06:57:05 -0700 (PDT) X-Received: by 2002:a9d:58c2:: with SMTP id s2mr2577992oth.342.1559224625166; Thu, 30 May 2019 06:57:05 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!i64no364566iti.0!news-out.google.com!l135ni147itc.0!nntp.google.com!4no332357itm.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 30 May 2019 06:57:04 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=130.76.112.15; posting-account=fNO1SwoAAAARgeF8HKn4Duw-aHSqtuTg NNTP-Posting-Host: 130.76.112.15 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Ada 95 Timers: Any Alternatives Available, Storage, Efficiency, Reliability, Accuracy, Et Cetera Issues? From: "Felix_The_Cat@gmail.com" Injection-Date: Thu, 30 May 2019 13:57:05 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:56411 Date: 2019-05-30T06:57:04-07:00 List-Id: What are the limitations of the "with Timer;" in Ada 95? Basically, is there anything that I should be watching to catch in a program? Do you have example code that demonstrates any important limitations? Do I have alternative timers to choose from? Which is the best timer to use? I want to simply do something in the Ada code when the timer counts down to 0. I know that there are limitations on timers in general because of the system clock and load of the computer. Is there anything else that I should know and prepare my Ada code for? Do you have example code? Thank you,