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_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1356f4179c1e4ef4 X-Google-Attributes: gid103376,public From: tmoran@bix.com Subject: Re: ADA task Date: 1996/09/18 Message-ID: <51nvv7$6fi@news2.delphi.com>#1/1 X-Deja-AN: 181309933 organization: Delphi Internet Services Corporation newsgroups: comp.lang.ada Date: 1996-09-18T00:00:00+00:00 List-Id: > This depends on the run-time system having a decent implementation > of the delay statement. What is an indecent implementation? They all have to wait for higher priority tasks, and the race condition can happen to any Ada 83 system, so what else can go wrong? Slow code? Slow OS? On the MS-Intel platforms, the OS is the main impediment, with a very large clock'tick and a very slow Calendar.Clock call. That could be easily fixed in DOS, but not in modern MS OSes.