-F number
The maximum number of file descriptors that can be open at the same
time.
The minimum allowable value is 100.
What does it mean for each process or for OS at all?
Q2:
who many timers could exist in the system, and pre each process?
Q3:
which is the timer presision (timer was opened with timer_create call)?
-F number
The maximum number of file descriptors that can be open at the same
time.
The minimum allowable value is 100.
What does it mean for each process or for OS at all?
Per process.
Q2:
who many timers could exist in the system, and pre each process?
No idea I’m afraid. Perhaps it is defined in time.h?
Q3:
which is the timer presision (timer was opened with timer_create call)?
Whatever you have your kernel click set to. Usually this is about 1ms, but
it can be changed. I don’t remember the exact call to query it, but I think
it’s ClockSomething.