I'm new to multiprocess programming, but I know that if I fork an X program, the X connections "get duplicated", so the forked process shares the same window/etc as its parent... I'm wondering if programs compiled with Gambit can be cleanly forked, with the child and parent being completely separate.
tj