[Gambas-user] Too many files open

ulisse at ...933... ulisse at ...933...
Wed Apr 13 17:32:23 CEST 2005


Benoit,

is it possible to send you in a private form?

Thanks

> 
> On Wednesday 13 April 2005 09:26, ulisse at ...933...
> > wrote: 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
> >
> >
> 
> 'Too many files open' means that you opened too many files
> :-)
> 
> Just print something when you open a file, and something
> other when you close  it to see what happens. Or send your
> project...
> 
> Regards,
> 
> -- 
> Benoit Minisini
> mailto:gambas at ...1...
> 
> 
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products
> from real users. Discover which products truly live up to
> the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Gambas-user mailing list Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user




More information about the User mailing list