will
2005-11-25 19:17:48 UTC
Can each process have 10 open files, or is it a global system limit of 10
open files?
I assume that if 10 seperate processes open the same file, there will be
10 seperate file descriptors, each referring to the same file instance, and
the attempt to open the 11th file will fail. Is this correct?
-Will
open files?
I assume that if 10 seperate processes open the same file, there will be
10 seperate file descriptors, each referring to the same file instance, and
the attempt to open the 11th file will fail. Is this correct?
-Will