Xref: utzoo comp.lang.prolog:2409 comp.ai:6058 Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!uunet!88opensi!pling From: pling@88opensi.UUCP (Paul Ling) Newsgroups: comp.lang.prolog,comp.ai Subject: Process Control in Prolog Keywords: process Message-ID: <378@88opensi.UUCP> Date: 21 Feb 90 18:44:49 GMT Followup-To: comp.lang.prolog Organization: 88open Software Initiative Inc., San Jose, CA Lines: 22 Hello, Question : How can I do process control in Prolog ? For example, I would like to implement the following: 1. Parent process fork a child process 2. Parent process wait for a condition is set 3. Child finishes and set the condition 4. Child exits 5. Parent continues. Thanks in advance. (By the way, this is not my homework) Paul Ling uunet!88opensi!pling or uunet.uu.net!88opensi!pling