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=unavailable autolearn_force=no version=3.4.4 X-Received: by 2002:a24:a088:: with SMTP id o130-v6mr692395ite.35.1526999148982; Tue, 22 May 2018 07:25:48 -0700 (PDT) X-Received: by 2002:a9d:1921:: with SMTP id j33-v6mr159254ota.9.1526999148720; Tue, 22 May 2018 07:25:48 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.unit0.net!newsreader5.netcologne.de!news.netcologne.de!peer02.ams1!peer.ams1.xlned.com!news.xlned.com!peer02.am4!peer.am4.highwinds-media.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!v8-v6no5793832itc.0!news-out.google.com!f20-v6ni6425itd.0!nntp.google.com!u74-v6no5723726itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 22 May 2018 07:25:48 -0700 (PDT) In-Reply-To: <40b98bc9-3538-46ec-ba08-bb3f93f69830@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2600:e000:2d6:df18:0:0:0:1261; posting-account=MRPdDAoAAADUJmZVjnYaoafXFMadSeY1 NNTP-Posting-Host: 2600:e000:2d6:df18:0:0:0:1261 References: <40b98bc9-3538-46ec-ba08-bb3f93f69830@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: tutorial for concurrent programming techniques (in Ada). From: Olivier Henley Injection-Date: Tue, 22 May 2018 14:25:48 +0000 Content-Type: text/plain; charset="UTF-8" X-Received-Bytes: 2569 X-Received-Body-CRC: 1050868633 Xref: reader02.eternal-september.org comp.lang.ada:52573 Date: 2018-05-22T07:25:48-07:00 List-Id: On Sunday, May 20, 2018 at 6:53:19 AM UTC-4, Mehdi Saada wrote: > Hello. > > Is there somewhere such tutorial online ? > Something with the basic techniques, and the use of standard libraries ? > I'm at my first scheduling program, and I'm always telling myself "I would like to do that and that, I saw it somewhere but I've no clue how to do it". Things that are complicated per se, but beginners would gain to see gathered. Not a tutorial per se, but this is an !AWESOME! read: Concurrent and Real-Time Programming in Ada You can find it used for 45$ on abebooks: https://www.abebooks.com/servlet/BookDetailsPL?bi=22614371303&searchurl=isbn%3D0521866979%26sortby%3D17&cm_sp=snippet-_-srp1-_-title1 >From what I covered this one also is great. I have not finished it yet... Building Parallel, Embedded, and Real-Time Applications with Ada (Covers PolyORB, for distributed programming): https://www.abebooks.com/servlet/BookDetailsPL?bi=20998811506&searchurl=isbn%3D0521197163%26sortby%3D17&cm_sp=snippet-_-srp1-_-title1 Definitely the first one. You will greatly cover tasks, protected objects and real-time scheduling. All along it exemplify how to program different systems like worker pool, futures etc. Worth every penny.