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.7 required=5.0 tests=BAYES_00,MSGID_RANDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b45f070b1f46a13d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-01-21 11:10:06 PST Path: supernews.google.com!sn-xit-02!sn-xit-04!supernews.com!xfer13.netnews.com!netnews.com!newsfeed.skycache.com!Cidera!nntp.abs.net!news.maxwell.syr.edu!nntp2.deja.com!nnrp1.deja.com!not-for-mail From: Robert Dewar Newsgroups: comp.lang.ada Subject: Re: Problem Deleting files & the USE_ERROR exception & WHY Date: Sun, 21 Jan 2001 18:55:56 GMT Organization: Deja.com Message-ID: <94fbbq$s7k$1@nnrp1.deja.com> References: <94f9qg$dc4s7$2@ID-25716.news.dfncis.de> NNTP-Posting-Host: 205.232.38.14 X-Article-Creation-Date: Sun Jan 21 18:55:56 2001 GMT X-Http-User-Agent: Mozilla/4.61 [en] (OS/2; U) X-Http-Proxy: 1.0 x51.deja.com:80 (Squid/1.1.22) for client 205.232.38.14 X-MyDeja-Info: XMYDJUIDrobert_dewar Xref: supernews.google.com comp.lang.ada:4274 Date: 2001-01-21T18:55:56+00:00 List-Id: In article <94f9qg$dc4s7$2@ID-25716.news.dfncis.de>, "Nick Roberts" wrote: > Alternatively it may simply be that your Ada implementation > is not actually able to delete files, or that your Ada > implementation gets confused if you try to do things to the > same (internal) file with different tasks. These > kinds of limitations should be documented in your Ada's > documentation. Doing things with the same file from different tasks without synchronization is of course erroneous. It is not a "limitation" for Ada compilers to do X for erroneous executions (and this is true for all possible X), so you should NOT expect to find this particular "limitation" in the documentation, and if this is what you are doing, then all bets are off! Sent via Deja.com http://www.deja.com/