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.7 required=5.0 tests=BAYES_00,INVALID_DATE, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,c0a32fc5a2c39b9,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-01-09 06:13:19 PST Path: nntp.gmd.de!newsserver.jvnc.net!nntpserver.pppl.gov!princeton!gw1.att.com!fnnews.fnal.gov!uwm.edu!news.alpha.net!solaris.cc.vt.edu!swiss.ans.net!caess8.cae.aro.allied.com!venus.batc.allied.com!dtp From: dtp@mec.allied.com (Dar_Tzen) Newsgroups: comp.lang.ada Subject: Task Scheduling in Applications Written in Ada Date: 9 Jan 1995 14:13:19 GMT Organization: MTC AlliedSignal Aerospace Distribution: world Message-ID: <3erg9v$28h@caess8.cae.aro.allied.com> Reply-To: dtp@mec.allied.com NNTP-Posting-Host: venus.cae.aro.allied.com Keywords: Real-Time Task Scheduling Date: 1995-01-09T14:13:19+00:00 List-Id: Dear Ada group subscribers: Is there any one out there familiar with the way to impose scheduling algorithms of our own into real-time applications written in Ada (Ada83 or Ada9x)? As we know, there are some scheduling algorithms implemented in the entry, accept and select constructs of Ada83, but these algorithms are not satisfactory in most time-critical real-time applications. If we want to use our own scheduling algorithm(s), then what are the ways to make our own and ada scheduling algorithms work together (or disable the Ada algorithm)? Does any one know or have experience on this? Thanks in advance for your information.