Hacker News new | ask | show | jobs
by rootbear 4287 days ago
The 20 file descriptor limit was a pain for an app I worked on that wanted to write data to 26 files based on the first letter of a person's last name. I would have killed to have been able to keep 26 descriptors open at once. Ah, the bad old days...