Re: Win32::Process, captured output and potential bugs

2002-02-17 Thread $Bill Luebkert
Carl Jolley wrote: > > And what effect did calling the close method on the objects have? > I assume that based on your lack of a confirming statement that > doing so did not clear up the problem. Did your testing show why > or based on your testing can you speculate as to why closing the > under

RE: Win32::Process, captured output and potential bugs

2002-02-17 Thread Carl Jolley
On Fri, 15 Feb 2002, Trace, Robert wrote: > > Should not each iteration of the while loop (in which $stderr > > and $stdin are defined as my variables) result in perl closing > > the file and releasing the file descriptor? > > Yes, it should (and it appears as though Perl is correctly destroying

Re: Win32::Process, captured output and potential bugs

2002-02-17 Thread Carl Jolley
On Fri, 15 Feb 2002, $Bill Luebkert wrote: > Carl Jolley wrote: > > > On Wed, 13 Feb 2002, $Bill Luebkert wrote: > > > >>Sounds like you're running out of file descriptors (usually 64 or 256 > >>are available without extending). My guess is that Perl is not > >>closing/re-using the descriptors w