Re: Potentially Predatory Pre-Announcement of Possible Vaporware (zinq-djbdns-0.01)
Jakob Hirsch <[email protected]>
| Newsgroups | gmane.network.djbdns |
|---|---|
| Message-ID | <[email protected]> |
Mark Johnson wrote: > backends. I'm not sure SQLite would be good choice, though. > Writing to a database file requires an exclusive lock (no readers). Yes, but only for the time of the update (which is usually only a few ms, as the sqlite faq says), and it is handled by sqlite itself, so that's nothing to worry about.