Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!think.com!mintaka!bloom-beacon!dont-send-mail-to-path-lines From: markf@altdorf.ai.mit.EDU Newsgroups: comp.lang.scheme.c Subject: (none) Message-ID: <9101291654.AA08328@bloom-beacon.MIT.EDU> Date: 29 Jan 91 16:30:33 GMT References: <9101290948.AA08794@faui29.informatik.uni-erlangen.de> Sender: daemon@athena.mit.edu (Mr Background) Reply-To: markf@zurich.ai.mit.edu Organization: The Internet Lines: 23 Thorsten Hasbargen writes: >> my problem was to establish a rendezvous-like mechanism between two >> processes (one PROLOG program and a SCHEME program) for information >> handling ... It might interest you that MIT Scheme 7.1 supports unix stream sockets, which might help you in your interprocess communications. It also suppports asynchronous subprocesses with communication via inherited file descriptors, pipes or psuedo-terminals (pty's). See socket.scm and process.scm in the runtime directory for more information. -Mark Mark Friedman Scheme Team MIT Artificial Intelligence Lab 545 Technology Sq. Cambridge, Ma. 02139 markf@zurich.ai.mit.edu