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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,9dad5077636ad3ac X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.180.94.98 with SMTP id db2mr654311wib.2.1348233577133; Fri, 21 Sep 2012 06:19:37 -0700 (PDT) Path: q11ni9084620wiw.1!nntp.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!94.232.116.11.MISMATCH!feed.xsnews.nl!border-1.ams.xsnews.nl!border4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!border2.nntp.dca.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newsfeed.news.ucla.edu!nntp.club.cc.cmu.edu!weretis.net!feeder4.news.weretis.net!news.mixmin.net!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Distributed Reader-Writer Mutex 1.0 Date: Fri, 14 Sep 2012 09:33:12 +0200 Organization: cbb software GmbH Message-ID: References: <3f4ded96-a0df-4f3d-b9a2-a63651b99b72@googlegroups.com> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: FbOMkhMtVLVmu7IwBnt1tw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Date: 2012-09-14T09:33:12+02:00 List-Id: On Thu, 13 Sep 2012 19:20:26 -0500, aminer wrote: > Exchange of ideas on programming is also relevant to this newsgroup, no? Ada is the working language of this group. If you want to communicate any ideas here, you should articulate them in Ada. Furthermore, what you are posting here are notices on some concrete implementations rather than ideas. > and my source code is free and this can also inspire an ADA progammer > to port part or all of the Object Pascal source code to ADA for example, > and this is also relevant to ADA i think. Please, keep in mind that Ada is a language of concurrent programming. So if you want to discuss a solution found in a language like Object Pascal, which does not support concurrent programming, you start this with some analysis why this could not be done using the standard Ada means of tasking and synchronization. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de