comp.lang.ada
 help / color / mirror / Atom feed
From: Robert A Duff <bobduff@world.std.com>
Subject: Re: Converting Ada Tasks To VxWorks Tasks?
Date: 2000/04/14
Date: 2000-04-14T00:00:00+00:00	[thread overview]
Message-ID: <wccaeiwblzf.fsf@world.std.com> (raw)
In-Reply-To: 8d5ivg$ho9$1@nnrp1.deja.com

Ted Dennison <dennison@telepath.com> writes:

>...If you want to exactly clone all of Ada's tasking semantics,
> you'll have a big job ahead of you.

Probably tens of thousands of lines of code.

>... For instance, I believe if you have
> a selective accept with multiple open and waiting accept alternatives,
> you have to *randomly* pick one to service.

No, that's not quite right.  The choice is "arbitrary" by default, which
means that the Ada run-time system can always pick the first one.  It is
not (necessarily) random.  If you select the Priority_Queuing policy,
then it's more deterministic: it always picks the first one (see
D.4(14)).

- Bob




  reply	other threads:[~2000-04-14  0:00 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-04-13  0:00 Converting Ada Tasks To VxWorks Tasks? Michael Hartsough
2000-04-13  0:00 ` Ted Dennison
2000-04-14  0:00   ` Robert A Duff [this message]
2000-04-14  0:00     ` Michael Hartsough
2000-04-14  0:00       ` Tucker Taft
2000-04-15  0:00         ` Michael Hartsough
2000-04-14  0:00   ` dale
2000-04-15  0:00     ` Robert Dewar
2000-04-14  0:00 ` Jeff Carter
2000-04-14  0:00   ` Michael Hartsough
2000-04-14  0:00     ` Stanley R. Allen
2000-04-15  0:00       ` Michael Hartsough
2000-04-16  0:00         ` Robert Dewar
2000-04-16  0:00           ` Michael Hartsough
2000-04-16  0:00           ` Jeff Carter
2000-04-14  0:00     ` Ted Dennison
2000-04-14  0:00       ` Marin D. Condic
2000-04-15  0:00     ` Jeff Carter
replies disabled

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