Re: Too many open files - why is this?
- From: "Adrian Davis" <adrian@xxxxxxxxxxxx>
- Date: 31 Jan 2006 05:00:42 -0800
OK - It looks like we are on to something...
"file channels" does indeed list *all* of the channels - The list is
added to each time the file is opened.
However: It still seems to me as though the file should be closed. The
file close part of the code looks like this...
if {[catch {close $log}]} {
puts "***Error*** Closing ($log) - $logFile"
} else {
puts "Log Closed ($log) - $logFile"
}
....The script always displays the "Log Closed..." message each time the
log is written to. I still don't understand why the file is not
closing.
Regards,
=Adrian=
.
- Follow-Ups:
- Re: Too many open files - why is this?
- From: Gerald W. Lester
- Re: Too many open files - why is this?
- From: Andreas Leitgeb
- Re: Too many open files - why is this?
- From: Googie
- Re: Too many open files - why is this?
- References:
- Too many open files - why is this?
- From: Adrian Davis
- Re: Too many open files - why is this?
- From: Earl Grieda
- Too many open files - why is this?
- Prev by Date: Re: 32 bit Random Function?
- Next by Date: Re: Where can I get a copy of the TCL/TK QuickRef Guide
- Previous by thread: Re: Too many open files - why is this?
- Next by thread: Re: Too many open files - why is this?
- Index(es):
Relevant Pages
|