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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,43bbbb97dfcef0f5 X-Google-Attributes: gid103376,public From: "Sploo" Subject: Re: A (hopefully) interesting question... Date: 2000/10/06 Message-ID: <970819156.16816.0.nnrp-12.d4f021c1@news.demon.co.uk>#1/1 X-Deja-AN: 678199126 X-NNTP-Posting-Host: madras.oxsemi.com:212.240.33.193 References: <970752964.3710.0.nnrp-10.d4f021c1@news.demon.co.uk> <8ria8u$b55$1@nnrp1.deja.com> X-Priority: 3 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Complaints-To: abuse@demon.net X-Trace: news.demon.co.uk 970819156 nnrp-12:16816 NO-IDENT madras.oxsemi.com:212.240.33.193 X-MSMail-Priority: Normal Newsgroups: comp.lang.ada Date: 2000-10-06T00:00:00+00:00 List-Id: > Your real-time OS (You will be using a real-time OS right? They aren't > *that* stupid are they?) should have lots of intertask/process > communications primitives of various levels of abstraction. You'll just > have to acquaint yourself with what process/tasking kenel your OS is > using, how it schedules, and what communications and synchronization > primitives are available. Yup. Some of the stuff I've been looking at supports features such as Queues, Pipes, Semaphores, Signals and Events. Just seems a lot simpler in Ada... > Good luck. I give you about 2 weeks before you start seriously annyoing > everyone by repeating "in Ada this would have been *so* much easier" > every 10 minutes. :-) Most probably. But then I'd get beaten with the Kernighan & Ritchie ANSI C book :)