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, MSGID_RANDY 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: Ted Dennison Subject: Re: Tasking differences Date: 2000/07/12 Message-ID: <8ki4dg$m70$1@nnrp1.deja.com>#1/1 X-Deja-AN: 645514147 References: <3969B65A.46942054@baesystems.com> <8kff0n$nnu$1@nnrp1.deja.com> <8kgkdp$kjv$1@nnrp1.deja.com> X-Http-Proxy: 1.0 x65.deja.com:80 (Squid/1.1.22) for client 204.48.27.130 Organization: Deja.com - Before you buy. X-Article-Creation-Date: Wed Jul 12 15:55:35 2000 GMT X-MyDeja-Info: XMYDJUIDtedennison Newsgroups: comp.lang.ada X-Http-User-Agent: Mozilla/4.7 [en] (WinNT; I) Date: 2000-07-12T00:00:00+00:00 List-Id: In article <8kgkdp$kjv$1@nnrp1.deja.com>, Robert Dewar wrote: > In article <8kff0n$nnu$1@nnrp1.deja.com>, > Ted Dennison wrote: > > > Hmm. That makes perfect sense, and would fully explain the > > behavior. Most Ada runtimes have a little problem where > > Ada.Text_IO is not thread-safe. > > That's misleading. Ada.Text_IO is required to be thread safe, > and it would be surprising if it were not the case. Probably > what you are referring to is having two tasks use Ada.Text_IO > *on the same file* without any protection, but that's clearly Well, yes. I was actually referring to the particular call he was making, which was a use of Ada.Text_IO.Put_Line (the version that does *not* take a file as a parameter). It should have been clear from the context, but out of context I'll admit its a misleading statement. Sorry. -- T.E.D. http://www.telepath.com/~dennison/Ted/TED.html Sent via Deja.com http://www.deja.com/ Before you buy.