comp.lang.ada
 help / color / mirror / Atom feed
* Please: ada Help: Scheduling Algorithms?
@ 1998-11-25  0:00 MarcoPolo
  1998-11-26  0:00 ` Frank Ecke
  0 siblings, 1 reply; 2+ messages in thread
From: MarcoPolo @ 1998-11-25  0:00 UTC (permalink / raw)


does anyone know any scheduling in ada

thanks

marcopolo






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

* Re: Please: ada Help: Scheduling Algorithms?
  1998-11-25  0:00 Please: ada Help: Scheduling Algorithms? MarcoPolo
@ 1998-11-26  0:00 ` Frank Ecke
  0 siblings, 0 replies; 2+ messages in thread
From: Frank Ecke @ 1998-11-26  0:00 UTC (permalink / raw)


On Wed, 25 Nov 1998, MarcoPolo <nic_azzuri@compuserve.com> spake thuswise:

> does anyone know any scheduling in ada

Ada's Annex D requires that a ``preemptive scheduling, based on conceptual
priority-ordered ready queues,'' model be supported (see (ARM, D.2.1 ``The Task
Dispatching Model.''))  (ARM, D.2.2 ``The Standard Task Dispatching Policy'')
describes a specific task dispatching policy, FIFO_Within_Priorities.
``Implementations are allowed to define other task dispatching policies, but
need not support more than one such policy per partition.''  Reading D.2.2
carefully (especially (11)) will reveal that Simple-Round-Robin can be achieved
using delay 0.0.


Hope this helps,

Frank

--
Frank Ecke <franke@minet.uni-jena.de>


       In a world without walls and fences, who needs windows and gates?




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

end of thread, other threads:[~1998-11-26  0:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-11-25  0:00 Please: ada Help: Scheduling Algorithms? MarcoPolo
1998-11-26  0:00 ` Frank Ecke

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