This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

How to find No of Files Open at any time


Hi,
In my app, I need to open lots of files at any time and keep them open for 
some time.
Is there a way to know how many I can open at any time ?
I know I can find out the max limit by using 'limit' command and using 
'sysconf', but I need to know if I can get the no of files which are open or 
no of files which my app can open at any time.

thanks

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]