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=0.6 required=5.0 tests=BAYES_00,FROM_WORDY autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,860efd11d835e2ae,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!news-out.tin.it!news-in.tin.it!news4.tin.it.POSTED!not-for-mail From: "Mauro Riva" Newsgroups: comp.lang.ada Subject: Communication between Ada and Java through named pipes X-Newsreader: Microsoft Outlook Express 6.00.2741.2600 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2742.200 Message-ID: Date: Sat, 18 Dec 2004 11:28:41 GMT NNTP-Posting-Host: 62.211.176.141 X-Complaints-To: "Please send abuse reports to abuse@tin.it and technical notifications to newsmaster@tin.it" X-Trace: news4.tin.it 1103369321 62.211.176.141 (Sat, 18 Dec 2004 12:28:41 MET) NNTP-Posting-Date: Sat, 18 Dec 2004 12:28:41 MET Organization: TIN Xref: g2news1.google.com comp.lang.ada:7047 Date: 2004-12-18T11:28:41+00:00 List-Id: 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. 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