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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: =?UTF-8?B?QmrDtnJuIEx1bmRpbg==?= Newsgroups: comp.lang.ada Subject: Re: Exclusive file access Date: Thu, 27 Aug 2015 17:08:30 +0200 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Injection-Date: Thu, 27 Aug 2015 15:06:45 +0000 (UTC) Injection-Info: mx02.eternal-september.org; posting-host="974b710e4ae21effefb2e992825f4591"; logging-data="13604"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/pQULnOuKjvl/oEkRli04b" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0 In-Reply-To: Cancel-Lock: sha1:uutWfilZ4Z1mmUjaysQn0Kc4yWg= Xref: news.eternal-september.org comp.lang.ada:27621 Date: 2015-08-27T17:08:30+02:00 List-Id: On 2015-08-27 16:48, G.B. wrote: > GNAT RM, section "11.10 Shared Files" addresses this for > GNAT GPL; GNAT Pro should have a similar/the same section. Does it ? To me it looks that it addresses it *within one single process* Not two different processes opening the same file. "Section A.14 of the Ada Reference Manual allows implementations to provide a wide variety of behavior if an attempt is made to access the same external file with two or more internal files." and "When a program that opens multiple files with the same name...." -- Björn