Related articles |
---|
Specifying time limits in source code ? hat@se-46.wpa.wtb.tue.nl (1999-07-14) |
Re: Specifying time limits in source code ? chase@world.std.com (David Chase) (1999-07-19) |
Re: Specifying time limits in source code ? cbrtjr@ix.netcom.com (Charles E. Bortle, Jr.) (1999-07-19) |
Re: Specifying time limits in source code ? rweaver@ix.netcom.com (1999-07-19) |
Re: Specifying time limits in source code ? kgatlin@cs.ucsd.edu (KSG) (1999-07-19) |
Re: Specifying time limits in source code ? dtruong@irisa.fr (Dan Truong) (1999-07-20) |
Re: Specifying time limits in source code ? mslamm@mscc.huji.ac.il (Ehud Lamm) (1999-07-20) |
Re: Specifying time limits in source code ? mslamm@mscc.huji.ac.il (Ehud Lamm) (1999-07-21) |
Re: Specifying time limits in source code ? gneuner@dyn.com (1999-07-23) |
From: | Ehud Lamm <mslamm@mscc.huji.ac.il> |
Newsgroups: | comp.compilers |
Date: | 20 Jul 1999 01:12:35 -0400 |
Organization: | Compilers Central |
References: | 99-07-049 |
Keywords: | realtime, comment |
I am not really sure how it applies to yuor exact question, but the
Ada select statement has froms that allow you to impose time limits on
actions. This was even enhanched for the Ada95 version. Any decent Ada
text should cover the basic stuff. The best places to check are the
LRM and Rational for both Ada versions (83 & 95). I would assume that
the revision in Ada95 stem from a requirement and comments about ada83
which may be availabe and give interesting background. Ada material
can be found at www.adahome.com, and I have many links on my Ada page
(see my home URL below). If this does interest you, I am sure some of
the gurus (and they really are!) on comp.lang.ada may offer more
insight.
Ehud Lamm mslamm@pluto.mscc.huji.ac.il
http://purl.oclc.org/NET/ehudlamm <== My home on the web
[This sounds like runtime time limits, as opposed to compile time worst
case analysis. -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.