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,ed7075f5ab49c273,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-03-05 05:13:02 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: dallex@erols.com (Daniel Allex) Newsgroups: comp.lang.ada Subject: Files opened for exclusive read Date: 5 Mar 2004 05:13:02 -0800 Organization: http://groups.google.com Message-ID: <686be06c.0403050513.632eb334@posting.google.com> NNTP-Posting-Host: 208.19.133.132 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1078492382 13158 127.0.0.1 (5 Mar 2004 13:13:02 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 5 Mar 2004 13:13:02 +0000 (UTC) Xref: archiver1.google.com comp.lang.ada:6080 Date: 2004-03-05T05:13:02-08:00 List-Id: When Ada opens a file, the only option is for exclusive use. This causes a problem when multiple executables may be reading at the same time. Any suggestions?