On Sep 16, 2009, at 2:42 AM, Eduardo Cavazos wrote:
Hello, Ikarus has a 'fork' procedure.Is there a way to have the parent and child process communicate via a synchronous port? For example, the child writes a number to a port and the parent can read from it. However, the child blocks if the parent isn't reading yet.
If you want something like pipe(2) or socketpair(2), it should be easy. Submit a bug report. [a patch would be nice too].
Aziz,,,
