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-Thread: a07f3367d7,17f674692867d416 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe13.iad.POSTED!7564ea0f!not-for-mail Message-ID: <4B43F555.3060708@shaw.ca> From: Brad Moore User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Atomic file creation References: <87r5q6gc23.fsf@hugsarin.sparre-andersen.dk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit NNTP-Posting-Host: 68.145.218.234 X-Complaints-To: internet.abuse@sjrb.ca X-Trace: newsfe13.iad 1262744915 68.145.218.234 (Wed, 06 Jan 2010 02:28:35 UTC) NNTP-Posting-Date: Wed, 06 Jan 2010 02:28:35 UTC Date: Tue, 05 Jan 2010 19:28:37 -0700 Xref: g2news1.google.com comp.lang.ada:8627 Date: 2010-01-05T19:28:37-07:00 List-Id: vlc wrote: > On Jan 4, 3:49 pm, Jacob Sparre Andersen wrote: >> POSIX.IO.Open_Or_Create (Name => [...], >> Mode => [...], >> Permissions => [...], >> Options => POSIX.IO.Exclusive); >> >> Greetings, >> >> Jacob > > Looks good, but for some reason this package is not installed on my > box. I will look for it on the Internet. > > Thanks a lot! If you are using GNAT, another alternative is to use the package GNAT.Lock_Files Cheers, Brad