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: tmoran@bix.com (Tom Moran) Subject: Re: why use "task"? Date: 1998/08/12 Message-ID: <35d1ea6d.1066054@LosAngeles01.news.InterNex.Net>#1/1 X-Deja-AN: 380494617 References: <35C9F862.5942A291@imap4.asu.edu> Organization: InterNex Information Services 1-800-595-3333 Newsgroups: comp.lang.ada Date: 1998-08-12T00:00:00+00:00 List-Id: My first 'real' use of Ada tasking was a program for my local community access TV station. It was a teleprompter running on a DOS machine with TV set as monitor. One task smoothly scrolled the on-screen text while another periodically read a chunk of text file and filled a buffer. It certainly could have been done without tasking, but was much simpler with tasking.