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.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,a1eff3a9508d6cba X-Google-Attributes: gid103376,public From: "Carla Taylor" Subject: Re: Space Station S/W in Ada -- No Tasking? Date: 1998/05/12 Message-ID: <6j85b0$ier@bgtnsc01.worldnet.att.net>#1/1 X-Deja-AN: 352383991 References: <354dadfd.2883074@news.mindspring.com> <354f8259.1275955@news.mindspring.com> Organization: AT&T WorldNet Services Newsgroups: comp.lang.ada Date: 1998-05-12T00:00:00+00:00 List-Id: > Boeing management had to be convinced? I hesitate to ask, > but how is the 777 avionics s/w structured? > > Bob Munck > Mill Creek Systems LC > > In 777, tasking was not allowed. Each "task" is written as a main procedure, and proprietary hardware/software is used to schedule the tasks, gauranteeing that a each task will complete in its allotted time, or have the processor forcibly taken away from it. I don't know if this design was a Boeing decision or not. Kevin Tucker