RE: pipes and blocking

2002-10-29 Thread Zempel, David
State . com' Subject: Re: pipes and blocking Hello David, hmmm i am wondering if use of Threads module will not do the work for you...it works same on win and on unix.but i think it will need to recode your applicationnot sure bout it.. -- Best regards, Martin

Re: pipes and blocking

2002-10-29 Thread Martin Hudec
Hello David, hmmm i am wondering if use of Threads module will not do the work for you...it works same on win and on unix.but i think it will need to recode your applicationnot sure bout it.. -- Best regards, Martinmailto:corwin@;corwin.sk Tuesday, October 2

pipes and blocking

2002-10-29 Thread Zempel, David
I am attempting to migrate a Perl application I developed on unix to win32 and I've run into a roadblock. This application executes perl scripts via a pipe to drive automated regression tests of hardware/software systems. My problem is that on unix I can use a named pipe to executed test sc