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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4ef9c02a78f0071f X-Google-Attributes: gid103376,public From: dewar@merv.cs.nyu.edu (Robert Dewar) Subject: Re: Multiple instantiation of Ada.Direct_IO Date: 1998/02/01 Message-ID: #1/1 X-Deja-AN: 321166595 References: <886003669.3982.0.nnrp-02.9e98a25e@news.demon.co.uk> X-Complaints-To: usenet@news.nyu.edu X-Trace: news.nyu.edu 886367927 22968 (None) 128.122.140.58 Organization: New York University Newsgroups: comp.lang.ada Date: 1998-02-01T00:00:00+00:00 List-Id: Blake asks <> GNAT fully implements file sharing, but there is a penalty involved in the use of this feature -- you have to read the section of the manual on file sharing, and I understand that this is too much of a burden for many people :-) to be fair, any approach using file sharing is NOT necessarily portable, which is why GNAT does not allow it by default!