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,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,9bcafb1d903c2bd8,start X-Google-Attributes: gid103376,public From: "Matthew S. Whiting" Subject: Ada95 large system architecture?? Date: 1996/11/11 Message-ID: <3288093F.28D@epix.net>#1/1 X-Deja-AN: 195889594 content-type: text/plain; charset=us-ascii organization: epix.net mime-version: 1.0 newsgroups: comp.lang.ada x-mailer: Mozilla 2.02E-KIT (Win16; U) Date: 1996-11-11T00:00:00+00:00 List-Id: Having just finished reading Cohen's 2nd edition of Ada as a Second Language (well, I read MOST of it!), I feel reasonably comfortable with the Ada95 trees, but not sure I have a good grasp yet on the forest. I'm looking for information (a case study would be ideal) and direction for architecting a moderate-sized (100K+ lines of C currently) multitasking, real-time system. The system has historically been very OS-specific using the OS for all task creation and control, inter-task communication and synchronization, network communication, etc. It appears that Ada95 with the real-time and distributed systems has sufficient functionality to allow this system to be redesigned and re-implemented with virtually no need to have knowledge of the underlying OS. The only text I've seen a review on that looks even remotely close to providing this is "Concurrency in Ada" by Burns and Wellings. Anyone care to give a personal review of this text? Any other pointers to information on system architecture for use of Ada95? TIA. Matt