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,8ed3f27ca288a8e7 X-Google-Attributes: gid103376,public From: franke@pax10f.mipool.uni-jena.de (Frank Ecke) Subject: Re: why use "task"? Date: 1998/08/12 Message-ID: #1/1 X-Deja-AN: 380411579 References: <35C9F862.5942A291@imap4.asu.edu> <35D177A6.A72F7ECA@lmco.com> Organization: Friedrich-Schiller-University Jena, Germany Newsgroups: comp.lang.ada Date: 1998-08-12T00:00:00+00:00 List-Id: On Wed, 12 Aug 1998 07:08:22, Marc A. Criley wrote: > Re: missile control facilities. As a specific example, the Advanced > Tomahawk > Weapon Control System (ATWCS) makes extensive use of tasking (this is in > the > ship's onboard weapon command and control system, not the missile itself). > When > ATWCS is at its maximum load, there are literally over a thousand active > tasks. Now, this is what I call a *real example* (hopefully, Shen will do so as well). Thank you very much for these information. It is good to know that there are folks out there that really make use of tasking besides the more or less pedagogical examples found in books or in university lectures. > Tasking provided an excellent fit to the entities within the ATWCS system, > making a clean, clear design and implementation possible. For me, even without any knowledge of ATWCS, this is absolutely conceivable. Regards, Frank