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,108a618b460a8c87 X-Google-Attributes: gid103376,public From: Kilgallen@eisner.decus.org.nospam (Larry Kilgallen) Subject: Re: Tasking differences Date: 2000/07/12 Message-ID: #1/1 X-Deja-AN: 645427041 References: <3969B65A.46942054@baesystems.com> <8kff0n$nnu$1@nnrp1.deja.com> <8kgkdp$kjv$1@nnrp1.deja.com> X-Complaints-To: abuse@verio.net X-Trace: iad-read.news.verio.net 963400263 216.44.122.34 (Wed, 12 Jul 2000 11:11:03 GMT) Organization: LJK Software NNTP-Posting-Date: Wed, 12 Jul 2000 11:11:03 GMT Newsgroups: comp.lang.ada Date: 2000-07-12T00:00:00+00:00 List-Id: In article <8kgkdp$kjv$1@nnrp1.deja.com>, Robert Dewar writes: > Certainly if the problem is that you have multiple tasks doing > Put to the same file without synchronization, then absolutely > anything may happen when you run the program! But for some given compiler/OS, it might be perfectly orderly for situations like log files where the order of the records is not of concern.