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=-0.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8623fab5750cd6aa X-Google-Attributes: gid103376,public Path: g2news1.google.com!news1.google.com!news.glorb.com!cyclone1.gnilink.net!spamkiller2.gnilink.net!gnilink.net!nwrdny01.gnilink.net.POSTED!0f19ed38!not-for-mail From: "Frank J. Lhota" Newsgroups: comp.lang.ada References: <40b9c99e$0$268$edfadb0f@dread16.news.tele.dk> <1086715817.122983@master.nyc.kbcfp.com> <1086733411.736049@master.nyc.kbcfp.com> <3Auxc.11998$XY6.1296622@read2.cgocable.net> <40C85035.4020706@noplace.com> <40CA0032.3010103@noplace.com> <40CAF0E1.4000904@noplace.com> <40CEE1BC.4000508@noplace.com> Subject: Re: Ada BIND was: Improving Ada's image - Was: 7E7 Flight Controls Electronics X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Message-ID: Date: Tue, 15 Jun 2004 19:36:02 GMT NNTP-Posting-Host: 141.154.58.140 X-Complaints-To: abuse@verizon.net X-Trace: nwrdny01.gnilink.net 1087328162 141.154.58.140 (Tue, 15 Jun 2004 15:36:02 EDT) NNTP-Posting-Date: Tue, 15 Jun 2004 15:36:02 EDT Xref: g2news1.google.com comp.lang.ada:1524 Date: 2004-06-15T19:36:02+00:00 List-Id: "Marin David Condic" wrote in message news:40CEE1BC.4000508@noplace.com... > ... Hence, additional security > measures have, over time, continued to be piled on it to try to make it > do something it wasn't intended to do. (A little like putting a GUI on > top of MS DOS and trying to make it multitask.) LOL! To be honest, the only multitasking that existed in MS Windows in the pre-95 days were pre-emptive multi-tasking, where each application was expected to periodically call functions such as "GetMessage" and "Yield" that would allow another application to get a chance to be scheduled. If an application did not call such functions for a long time, all other applications would be shut out. Not exactly the most stable platform!