Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Too Many Files Open Error
Message
From
22/10/1997 16:24:44
 
 
To
22/10/1997 16:10:06
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00056105
Message ID:
00056167
Views:
25
>>>Is any way to clean the buffer in FPD2.6 and/or FPW2.6. We are running a FPD 2.6 program in a window in win95 and some times the program stops with a "Too many Files Open" error. We add Files 50..Buffers 40 in the config.sys but the problem still happened.
>>>
>>>Thanks
>>
>>Try Files=100
>
>Are you running a network with this?? Maybe Novell?? If so, there is an associated Netware config file maybe, that alos has a files open limit..
>
>If not, then in your config.fp, try using a 99 for files, and 15 for buffers..
>
>Thanx!
>
>Tony Miller
>Vancouver, Wa

To clear the buffer, use CLEAR ALL ,
and note that for every dbf file one index file will be considered as 2 files open so a total of 3 files per dbf .
So use CDX compound Index Structure instead of IDX. It also improves performance and saves disk space.

If any dbf is not necessary do not close that work area but use the same work area for opening another dbf file.

--- check for CONFIG files also
Previous
Reply
Map
View

Click here to load this message in the networking platform