: Fellow Pythonites may kill me for this, but I suggest you zoom over to
: comp.lang.perl and pick up the Perl FAQ....
***stuff deleted***
: The short course is that pipes are an inherently poor base for what you
: want to do....
***stuff deleted***
: Sockets are a better solution....
***stuff deleted***
: Tim Peters tim@ksr.com
: not speaking for Kendall Square Research Corp
Well, I went looking over in the perl source I have and basically
translated the open2 perl module code into python. The only thing left was
to use the posix.read so that my read wouldn't block. (and use select
first so that I know some output is pending.)
I know some of the problems with trying to do this, but I have certain
reasons for trying. I hadn't thought of the perl FAQ but I will
check there also.
Thanks,
Rod Morehead
rmore@netcom.com