Hacker News new | ask | show | jobs
by ricg 1519 days ago
A potential downside here could be running out of file descriptors if you use one database file per client. Linux has a limit of 1024 open files per process.

Did you ever run into this problem?