Hacker News new | ask | show | jobs
by laichzeit0 4665 days ago
In case any of the devs read this:

1. Can multiple processes use the same database concurrently? (Separate address space processes, not fork()'d)

2. Have you tested this with uClib/cross compiler? (I would like to use it on a MIPs embedded router)

The reason I ask this is because I recently had the displeasure of having to hack a non-volatile RAM library to work with shared memory / thread safe and something small like this would be a perfect replacement with a lot less pain.