comp.lang.ada
 help / color / mirror / Atom feed
From: olaf_nielsen@my-dejanews.com
Subject: Re: real time sharing of files by Ada and C on DEC system
Date: 1998/11/20
Date: 1998-11-20T00:00:00+00:00	[thread overview]
Message-ID: <733vnp$lr2$1@nnrp1.dejanews.com> (raw)
In-Reply-To: 1998Nov19.144524.1@eisner

On OpenVMS, use:

    Text_Io.Open(File => ...
                 Mode => Text_Io.OUT_FILE,
                 Name => ...
                 Form => "SHARING; GET YES;"); -- allow others to read.

Olaf

In article <365445e0.1685548@news.netrax.net>, wyeru@athotmail.com (Mike)
writes:
>
> I have a requirement to open a file in Ada.  As the data is being placed in
the file by the Ada program, a second file is opened
> which identifies which data elements in the first go together.  There are
several data sets in the file.  I have a requirement to
> generate a C program on a DEC system to access both files and pull out a
particular data set as the Ada program is still running.
>
> Any pointers or experience doing something like this?  I need to know what
key words and tricky phrases to look for in the manuals
> to make sure the two programs can use the files at the same time.


-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    




      reply	other threads:[~1998-11-20  0:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <365445e0.1685548@news.netrax.net>
1998-11-19  0:00 ` real time sharing of files by Ada and C on DEC system Larry Kilgallen
1998-11-20  0:00   ` olaf_nielsen [this message]
replies disabled

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