how many files can be opened in windows OS at a Time ?
-
Dear friends please tell the answer how many files can be opened in windows OS at a Time ? by paul
-
Dear friends please tell the answer how many files can be opened in windows OS at a Time ? by paul
there is no such a limitation AFAIK. IIRC, there is one at Process Level, but I don't know its limit. I believe you can find it as a #define in some header file (not sure however)
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
-
there is no such a limitation AFAIK. IIRC, there is one at Process Level, but I don't know its limit. I believe you can find it as a #define in some header file (not sure however)
[VisualCalc][Binary Guide][CommDialogs] | [Forums Guidelines]
I am asked by Micorsoft Technical Interview :((
-
Dear friends please tell the answer how many files can be opened in windows OS at a Time ? by paul
Does this [^] help? :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
I am asked by Micorsoft Technical Interview :((
Well, then they're interviewing you, not us.. Or you could argue that this is testing your ability to research things. My answer would be: "If you need to know, your design is wrong". Iain.
-
Dear friends please tell the answer how many files can be opened in windows OS at a Time ? by paul
paul crescent wrote:
how many files can be opened in windows OS at a Time ?
The limit referred to probably is the lowio level of the C Runtime Library which is 2,048 simultaneously opened. Read more here[^]. There are other limitations such as on stdio level, which is 512 by default but can be increased with a call to
[_setmaxstdio()](http://msdn.microsoft.com/en-us/library/6e3b887c.aspx)[[^](http://msdn.microsoft.com/en-us/library/6e3b887c.aspx "New Window")]
to a maximum of 2,048."It's supposed to be hard, otherwise anybody could do it!" - selfquote
"High speed never compensates for wrong direction!" - unknown -
Dear friends please tell the answer how many files can be opened in windows OS at a Time ? by paul
Well, There are no more hard and fast limits, unlike DOS, where you had to specify how many. The answer is, that it depends on resources, and what's consumed with each file. It also depends on resources required by the OS. One answer would be, a Multitude more under XP than under Vista, on the same hardware. The other answer is Depends on the response time reqired. If you measure response time of the computer in weeks, the number would be determined by your disk size :)
Bram van Kampen