home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / lang / prolog / 1557 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  767 b 

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