> * `subprocess' requires "stream" ports for stdin/out/err, or #f that > returns a pipe that you need to feed or consume; `process' abstracts > all that for you and simply uses the current scheme ports (making up > the pipes and feeding threads when needed) > Thanks. Very helpful. Maybe this paragraph can end up in the manual?