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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8aceff7492b1d75a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-24 08:21:04 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!news.huji.ac.il!not-for-mail From: "Ehud Lamm" Newsgroups: comp.lang.ada Subject: Re: ada project Date: Mon, 24 Sep 2001 17:10:37 +0200 Organization: The Hebrew University of Jerusalem Message-ID: <9oniim$mka$1@news.huji.ac.il> References: <9oneph$8jq$1@nh.pace.co.uk> NNTP-Posting-Host: di4-14.dialin.huji.ac.il X-Trace: news.huji.ac.il 1001344407 23178 132.64.14.14 (24 Sep 2001 15:13:27 GMT) X-Complaints-To: abuse@news.huji.ac.il NNTP-Posting-Date: Mon, 24 Sep 2001 15:13:27 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2014.211 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2014.211 Xref: archiver1.google.com comp.lang.ada:13290 Date: 2001-09-24T17:10:37+02:00 List-Id: Marin David Condic wrote in message news:9oneph$8jq$1@nh.pace.co.uk... > Without knowing how large or complex a program you must come up with, it is > hard to suggest an interesting parallel-programming project. If you just want to show how tasking can influence program desing, I'd go for an example of active objects, like a self-sorting array ADT. These are interesting in that they change the object relationships in programs, and can thus help manage complex interactions. Ehud Lamm