home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!dtix!darwin.sura.net!jvnc.net!netnews.upenn.edu!netnews.cc.lehigh.edu!ns1.cc.lehigh.edu!gdb0
- From: gdb0@ns1.cc.lehigh.edu (GLENN BLANK)
- Newsgroups: comp.lang.prolog
- Subject: Pipes or sockets in Prolog?
- Message-ID: <1992Aug18.185859.27423@ns1.cc.lehigh.edu>
- Date: 18 Aug 92 18:58:59 GMT
- Organization: Lehigh University
- Lines: 7
-
- I would like to set up interprocess communcication, under Unix,
- between a C program and a Quintus Prolog program. Currently, the
- C program is writing Prolog-style lists to a file which the Prolog
- program subsequently reads. Communicating through a named pipe
- or a socket would be more seamless and efficient, but I don't know
- how to get a Quintus Prolog program to interact with pipes or sockets.
- Any ideas out there?
-