comp.lang.ada
 help / color / mirror / Atom feed
* Task Scheduling in Applications Written in Ada
@ 1995-01-09 14:13 Dar_Tzen
  1995-01-09 16:37 ` Robert Dewar
  1995-01-10  0:09 ` Offer Pazy
  0 siblings, 2 replies; 3+ messages in thread
From: Dar_Tzen @ 1995-01-09 14:13 UTC (permalink / raw)


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.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Task Scheduling in Applications Written in Ada
  1995-01-09 14:13 Task Scheduling in Applications Written in Ada Dar_Tzen
@ 1995-01-09 16:37 ` Robert Dewar
  1995-01-10  0:09 ` Offer Pazy
  1 sibling, 0 replies; 3+ messages in thread
From: Robert Dewar @ 1995-01-09 16:37 UTC (permalink / raw)


Dar, it would be most interesting to know in more detail what "scheduling
algorithms" you have in mind for accept, select etc.




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Task Scheduling in Applications Written in Ada
  1995-01-09 14:13 Task Scheduling in Applications Written in Ada Dar_Tzen
  1995-01-09 16:37 ` Robert Dewar
@ 1995-01-10  0:09 ` Offer Pazy
  1 sibling, 0 replies; 3+ messages in thread
From: Offer Pazy @ 1995-01-10  0:09 UTC (permalink / raw)


In article <3erg9v$28h@caess8.cae.aro.allied.com>,
Dar_Tzen <dtp@mec.allied.com> wrote:
>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.


A comprehensive answer to the above would probably require several MB's of
text (:-) since so much was published about this particular issue, but
maybe there are some good souls on the net...

Very briefly:

1. If youtalk about Ada 83, you don't have many choices. First because the
   language rules are quite restrictive (to customization) and second,
   there are not enough primitives to tailor the scheduling behavior.
2. For Ada 95, the situation is somewhat better: If you are talking from
   the perspective of someone who has access to the RTS sources, then the
   language and the RT annex allow you a lot o fflexibility within the
   leagl model.  But only few have this access, so
3. As a user of Ada 95, you can use the Requeue statement to implement
   "almost" any preference control you would like when it comes to
   entry calls and accepts.  If by scheduling, you are refering to
   dispatching (i.e. assignment of the CPU(s) to ready tasks), then you may
   want to utilize the dynamic prioirties capability and by adjusting tasks
   priorities control when they execute.  This solution, is not perfect and
   has some limitations, but it can support simple solutions.  (Originally,
   there was much more in that area, but it got reduced in the review
   process).

I don't have a good bibliography on the subject handy, but the 95 rationale
contains some useful advice on this topics ( I hear that it is supposed to
be published on the ajpo machine soon).

Offer Pazy





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1995-01-10  0:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-01-09 14:13 Task Scheduling in Applications Written in Ada Dar_Tzen
1995-01-09 16:37 ` Robert Dewar
1995-01-10  0:09 ` Offer Pazy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox