Re: Potentially Predatory Pre-Announcement of Possible Vaporware (zinq-djbdns-0.01)
"Mark Johnson" <[email protected]>
| Newsgroups | gmane.network.djbdns |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Nov 14, 2008 at 3:31 PM, David Nicol <[email protected]> wrote: > On Wed, Nov 12, 2008 at 4:31 PM, Mark Johnson <[email protected]> wrote: > >> Any nominations for anything else? > > option to use SQLite instead of CDB? Possibly with some kind of > cache-invalidation-on-write trigger? Or more generally, a documented > external database interface, SQL92 or not. I'm not opposed to some kind of interface for pluggable storage backends. I'm not sure SQLite would be good choice, though. Writing to a database file requires an exclusive lock (no readers). My immediate concerns are needed fixes to bring djbdns up to date, however. New features are further off.