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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f6ee8ca03c176d76 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-29 13:23:14 PST Newsgroups: comp.lang.ada Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!uunet!sea.uu.net!ash.uu.net!world!news From: Robert A Duff Subject: Re: stupid question: how can I finish a program? Sender: news@world.std.com (Mr Usenet Himself) Message-ID: Date: Thu, 29 Aug 2002 20:22:08 GMT References: <4XyFnL2uAqvG@eisner.encompasserve.org> NNTP-Posting-Host: shell01.theworld.com Organization: The World Public Access UNIX, Brookline, MA X-Newsreader: Gnus v5.7/Emacs 20.7 Xref: archiver1.google.com comp.lang.ada:28577 Date: 2002-08-29T20:22:08+00:00 List-Id: Kilgallen@SpamCop.net (Larry Kilgallen) writes: > In article , "Robert C. Leif" writes: > > > From: Bob Leif > > To: The readers of Comp.Lang.Ada > > Please drop those little headers. Thanks. :-) :-) :-) We all have our little quirks. :-) > > We have been witness to an extended discourse on this subject. Although, > > it appears that there may not be an utterly reliable solution to this > > problem, it is quite evident that even an imperfect solution would be > > better than none. > > That is not evident to me. If I know I have to use a system specific > technique, I will take care to study the problem. If Ada provides it, > I expect it to be robust without me peeking into the innards. So you should make sure all your Ada programs loop forever, so you never have to deal with those nasty OS issues of what happens when the program exits. ;-) Ada does have this "feature" that when the program gets done it's done. And then it exits into the never-never land of the OS. One wonders what happens to all the files it wrote upon, and all the shared memory partitions it created. - Bob