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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7df2baf73b28aa5d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-05 13:14:29 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.mathworks.com!wn13feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi_feed4!attbi.com!attbi_s51.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: RE: socket, pipe References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 12.234.124.41 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s51 1068066868 12.234.124.41 (Wed, 05 Nov 2003 21:14:28 GMT) NNTP-Posting-Date: Wed, 05 Nov 2003 21:14:28 GMT Organization: Comcast Online Date: Wed, 05 Nov 2003 21:14:28 GMT Xref: archiver1.google.com comp.lang.ada:2108 Date: 2003-11-05T21:14:28+00:00 List-Id: >You could take the Win32 bindings, take only the part you need >from it, retrofit it to Ada 83, If disk files will do the job, they are certainly the easiest, and probably easiest to debug, way to go. Program A can create a file with known name, eg "from_A_to_B", and program B can periodically check if there's a file by that name by simply attempting to open it.