Hacker News new | ask | show | jobs
by coldtea 1059 days ago
>For this use case it would be better to put the data in a shared SQLite database than relying on multiprocessing CoW

In Python yes. In Java you could take advantage of shared memory and get spared the overhead of SQLite.