Y
Hacker News
new
|
ask
|
show
|
jobs
by
vlovich123
911 days ago
The number of file descriptors you can have open by a single program is limited and eats up kernel resources.
1 comments
ajross
911 days ago
Even for a torrent client, the number of active file descriptors is a function of the number of peer connections (e.g. a few dozen). It doesn't scale with the size of the output file.
link
vlovich123
911 days ago
Think databases like RocksDB not torrents.
link