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,e25bef67663eb0b1 X-Google-Attributes: gid103376,public X-Google-Thread: 10baf0,e25bef67663eb0b1 X-Google-Attributes: gid10baf0,public X-Google-ArrivalTime: 2001-05-10 01:50:53 PST Path: newsfeed.google.com!newsfeed.stanford.edu!newsfeed.berkeley.edu!news-hog.berkeley.edu!ucberkeley!nntp-relay.ihug.net!ihug.co.nz!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.com!t-online.de!news.t-online.com!not-for-mail From: Tilman Gloetzner Newsgroups: comp.windows.x.kde,comp.lang.ada Subject: Re: Glueing ADA to C++: Process sharing Date: Thu, 10 May 2001 12:44:30 +0200 Organization: U und Z Message-ID: <3AFA710E.3412266E@uundz.de> References: <3AF9985D.63B5E511@uundz.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news.t-online.com 989484365 05 24333 SRQ6S14VScHbdO 010510 08:46:05 X-Complaints-To: abuse@t-online.com X-Sender: 0931406720-0001@t-dialin.net X-Mailer: Mozilla 4.76 [de] (X11; U; Linux 2.4.0-64GB-SMP i686) X-Accept-Language: en Xref: newsfeed.google.com comp.windows.x.kde:8947 comp.lang.ada:7444 Date: 2001-05-10T12:44:30+02:00 List-Id: > Also you realize that your Ada task as written is a processor hog (I assume > this is just an example). Yes, it just isolates the threading problem. What exactly do you mean by "processor hog" ? a) The task loops with out blocking and drives up the load (if works as I hoped it would ) ? b) Each time Start is pressed a new task is started without the old task to termiante ?