From: Jepri (jepri at babylon.alphacomplex.org) Date: Sun Jun 5 06:04:52 EDT 2005 |
|
Fixed the problem by using process* instead of process. process calls a shell which calls the desired program. scheme->cmd->child Doing a kill only kills cmd, leaving the processes and ports in a weird state. process* skips the command shell step, giving scheme->child which is what I expected in the first place. A silly mistake, but now it's in the archive for the next person who does this.
Posted on the users mailing list. |
|