comp.lang.ada
 help / color / mirror / Atom feed
From: bobduff@world.std.com (Robert A Duff)
Subject: Re: Unbounded strings (Was: Java vs Ada 95 (Was Re: Once again, Ada absent from DoD SBIR solicitation))
Date: 1996/11/25
Date: 1996-11-25T00:00:00+00:00	[thread overview]
Message-ID: <E1Fn3K.ADr@world.std.com> (raw)
In-Reply-To: mazzanti-2511961115230001@131.114.200.115


In article <mazzanti-2511961115230001@131.114.200.115>,
Franco Mazzanti <mazzanti@iei.pi.cnr.it> wrote:
>Only if we make use of the version of "Standard_Output" which returns a
>"File_Access" object, then in two concurrent calls of
>
>   Put_Line (Standard_Output.all, "xxxx"); 
>
>we would really use a shared variable.
>
>However, even in this case, the erroneousnees is not clearly implied by the
>reference manual because the File_Type argument has mode IN. So, we have
>sharing, but this sharing is safe because it is "read only".

One reason I object to this point of view is efficiency: It forces the
implementation to do some sort of locking inside Text_IO.  (In addition
to whatever the operating system does, I mean.)  But I need to do some
sort of locking in the program, too, because if I have two tasks writing
to the same file, I'm going to want to control the granularity of
interleaving.  So the locking with Text_IO is useless for a real
program.

- Bob




  reply	other threads:[~1996-11-25  0:00 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-11-25  0:00 Unbounded strings (Was: Java vs Ada 95 (Was Re: Once again, Ada absent from DoD SBIR solicitation)) Franco Mazzanti
1996-11-25  0:00 ` Robert A Duff [this message]
  -- strict thread matches above, loose matches on Subject: below --
1996-10-09  0:00 Once again, Ada absent from DoD SBIR solicitation Stanley R. Allen
1996-11-14  0:00 ` Java vs Ada 95 (Was Re: Once again, Ada absent from DoD SBIR solicitation) Robert Dewar
1996-11-16  0:00   ` Robert A Duff
1996-11-16  0:00     ` Robert Dewar
1996-11-17  0:00       ` Unbounded strings (Was: Java vs Ada 95 (Was Re: Once again, Ada absent from DoD SBIR solicitation)) Robert A Duff
1996-11-18  0:00         ` Robert Dewar
1996-11-19  0:00           ` Joel VanLaven
1996-11-23  0:00             ` Robert Dewar
1996-11-19  0:00           ` Robert A Duff
1996-11-23  0:00             ` Robert Dewar
1996-11-24  0:00               ` Robert A Duff
1996-11-25  0:00               ` Norman H. Cohen
1996-11-27  0:00                 ` Robert Dewar
1996-11-21  0:00         ` Robert I. Eachus
1996-11-24  0:00           ` Robert Dewar
1996-11-24  0:00             ` Fergus Henderson
1996-11-24  0:00               ` Robert Dewar
1996-11-25  0:00             ` Kevin D. Heatwole
1996-11-25  0:00               ` Robert A Duff
1996-11-26  0:00                 ` Kevin D. Heatwole
1996-11-26  0:00                   ` Robert A Duff
1996-11-26  0:00                     ` Larry Kilgallen
1996-11-27  0:00                     ` Robert Dewar
1996-11-27  0:00                     ` Norman H. Cohen
1996-11-29  0:00                       ` Robert A Duff
1996-11-29  0:00                       ` Fergus Henderson
1996-11-26  0:00               ` Geert Bosch
1996-11-26  0:00                 ` Robert Dewar
1996-11-25  0:00         ` Robert I. Eachus
1996-11-20  0:00       ` Jon S Anthony
1996-11-24  0:00         ` Robert Dewar
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox