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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,274aeefda00ab3a1,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-04-17 17:23:14 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: ck1web@yahoo.co.uk (Colin Kingston) Newsgroups: comp.lang.ada Subject: Student needs help with 'Monitor' for concurrent processes Date: 17 Apr 2004 17:23:14 -0700 Organization: http://groups.google.com Message-ID: <7ebb4555.0404171623.73baa0f5@posting.google.com> NNTP-Posting-Host: 62.53.40.101 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1082247794 23345 127.0.0.1 (18 Apr 2004 00:23:14 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 18 Apr 2004 00:23:14 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:7291 Date: 2004-04-17T17:23:14-07:00 List-Id: Hi I am a student with very little Java experience and zero Ada experience. I have been thrown in at the 'deep end' with an assignment which requires a Monitor to control several concurrent processes. N Producers, produce Integers, 1 Consumer gets the Integers and outputs the integers in ascending order. If I post more precise details of this assignment is it possible that someone on this NG could help me by suggesting an outline (a specification) for this Monitor - I will then attempt to convert that outline into some actual code. The assignment is way beyond me (and most of my class as far as I can understand), but I would really like to make some effort with someones help. Thanks in anticipation - Colin