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,3689d3c938c589e5 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-22 09:03:48 PST Newsgroups: comp.lang.ada Subject: Re: Directory listings and path names References: From: Jean-Marc Bourguet Date: 22 Jan 2002 18:03:43 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii NNTP-Posting-Host: cdssoph29.cadence.com Message-ID: <3c4d9b6e@news.cadence.com> X-Trace: news.cadence.com 1011719022 cdssoph29.cadence.com (22 Jan 2002 09:03:42 -0800) Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.mathworks.com!news.mathworks.com!uunet!nyc.uu.net!news.cadence.com Xref: archiver1.google.com comp.lang.ada:19187 Date: 2002-01-22T18:03:43+01:00 List-Id: Brian Rogoff writes: > In any case, believe it or not, lots of people do concurrent programming > in languages without built-in tasking, and rely on library packages to > provide that support. They also rely on their compiler to behave sanely. I'd not more rely on a compiler which is not thread aware to build an application with threads at least in C++ (thinks about exception handling, this is an area where the generated code can be easily not thread save). -- Jean-Marc