This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: close I/O channels when a process ends
- From: Tom Tromey <tromey at redhat dot com>
- To: Andrew Haley <aph at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 04 Aug 2004 11:45:20 -0600
- Subject: Re: Patch: close I/O channels when a process ends
- References: <16657.8751.625813.561989@cuddles.cambridge.redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Andrew" == Andrew Haley <aph@redhat.com> writes:
Andrew> I ran out of file handles. Was there any reason we weren't
Andrew> closing the files in Process.waitFor?
It probably isn't valid to do this.
Couldn't there still be data in the OS' pipe buffer?
Tom