[Gambas-user] Too many files open
ulisse at ...933...
ulisse at ...933...
Wed Apr 13 09:26:55 CEST 2005
Hallo,
I'm experiencing the following issue:
"System error. Too many files open".
My application rises an "Open" statement on a text file in a
SUB called "CaricaProdotti()".
"CaricaProdotti()" is rised by a timer event (every 90
seconds) and when user click on ListView item.
The point is that I close the file at the end of the sub.
Error anyway remain.
I tried to put a Public variable in the Class that tells if
the sub "CaricaProdotti()" is running and avoid opening the
file if not running.
I tried flushing....
It seems that anyway opening many times the same file rise
the error.
Anyway what is the exact meaning of "Too many files open" ?
Thanks
More information about the User
mailing list