Link to home
Start Free TrialLog in
Avatar of nwaltham
nwaltham

asked on

Files=125!!!!

I have been told that one of the requirements for a 16bit program that I am running under Windows 95 is to set in the config.sys 'Files=125'. I have never seen a requirement to set this figure so high!

What does this mean? What does this tell me about the way the program is written and how it accesses data?

Is this likely to have any undesirable side effects under Windows 95?
ASKER CERTIFIED SOLUTION
Avatar of rykus
rykus

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nwaltham
nwaltham

ASKER

Is this placing a limit on the number of file handles that 16bit programs can have open or is this number for 32bit programs as well. Under Windows 95, you don't need to have a config.sys at all - so presumably not every kind of program opens files in this way?
This line is an old dos/windows 3 line. It has no effect on your 32 bit windows applications that I am aware of. but for 16 bit software it is a limit yes. I am kinda curious as to what type of software needs files set to 125.
Curious?? OK.. some examples:

(all dutch software)

Exact  -->    files=120 minimum
Grote Beer --> files=150 minimum
Upgrade --> files=50 minimum

Think about what would happen if you would want to start two of these programs at the same time.

All of the PC's at my work (about 200) need to be able to start 2 of these applications at the same time. in the config.sys of all of these PC's we have specified FILES=225

you thought 125 was a lot??
I am not familiar with those programs. But most programs for win 3.11 do not need that many open files. Anyways....hopefully I have helped you.....but if you have any other questions feel free to ask.
Hello,
 THanks for your answer. The program we are having difficulties with is AccPac 2.0, it uses Btrieve which I think may be guzzling file handles.

Thanks again
Nicholas Waltham