Y
Hacker News
new
|
ask
|
show
|
jobs
by
agambrahma
303 days ago
So ... essentially testing file descriptor allocation overhead
1 comments
loeg
303 days ago
Sort of. Fd table size, which is slightly different than fds (once you reach the ulimit, there's no need to resize it larger); and only in multithreaded programs.
link