comp.lang.ada
 help / color / mirror / Atom feed
From: Michael Paus <pausnospam@nospamib-paus.com>
Subject: Re: Communication between Ada and Java through named pipes
Date: Sun, 19 Dec 2004 12:12:52 +0100
Date: 2004-12-19T12:12:52+01:00	[thread overview]
Message-ID: <cq3nnl$mfb$1@online.de> (raw)
In-Reply-To: <JvUwd.533856$35.22604812@news4.tin.it>

Mauro Riva wrote:

> I have two applications written in Ada and Java respectively and I want them
> to communicate using named pipes but I don't know how to do it.

If you do not have the strict requirement to use named pipes I would switch to
sockets. That is much better documented, more general, more flexible and is
known to work with Ada and Java on almost any platform you can think of.
Why would you want to go through the pain getting ancient named pipes to work?

> What I need is simply this : the Ada program has to put a text string into
> the pipe and the Java program must read the text, and they must do it in a
> non blocking way.
> I'm using these programs under windows, does anyone know how to do it? Does
> anyone have an example of code?
> 
> Thanks,
> Mauro
> 
> 




  parent reply	other threads:[~2004-12-19 11:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-12-18 11:28 Communication between Ada and Java through named pipes Mauro Riva
2004-12-18 18:26 ` Freejack
2004-12-19 11:12 ` Michael Paus [this message]
2004-12-19 16:43   ` Adrien Plisson
2004-12-19 18:18     ` u_int32_t
2004-12-19 21:36       ` Adrien Plisson
2004-12-19 21:38     ` Brian May
replies disabled

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