In a typical OS, how many files can I open right away using a standard C IO drive?
I tried to read some constant that should say this, but in Windows XP there is 32 bit, which was a negligible 20 or something like that. It seems to work fine with over 30, but I haven't tested it extensively.
I need about 400 files that open immediately at max, so if most modern OSs support this, it would be great. It does not need XP support, but must support Linux, Win7, and the latest versions of the Windows server.
An alternative is to create my own mini file system, which I want to avoid if possible.
source share