[algogeeks] Re: Reg. file I/O in unix

2011-03-27 Thread Gaurav Singh
@pacific I have the following answers to your questions : 1. A process can open number of files equal to the maximum value of available file descriptors. This value is fixed in unix based systems generally. Like in linux I think maximum descriptor value is 256. So that much number of files can be

Re: [algogeeks] Re: Reg. file I/O in unix

2011-03-27 Thread saurabh singh
Its the theoritical value,the feasible value can be much less depending upon the capacity of your computer On Sun, Mar 27, 2011 at 7:02 PM, Gaurav Singh gogi.no...@gmail.com wrote: @pacific I have the following answers to your questions : 1. A process can open number of files equal to the