Does anyone know about a thread-safe DBM-like library with a C API?
This is: a persistent hash-table that is thread-safe.
Any pointers would be appreciated!
|
Does anyone know about a thread-safe DBM-like library with a C API? This is: a persistent hash-table that is thread-safe. Any pointers would be appreciated! |
|||
|
|
SQLite is threadsafe. It is also in the public domain. |
|||
|
|