Hacker News new | ask | show | jobs
by jallmann 49 days ago
With SQLite, you're basically funneled towards a single-writer / single-process design anyway ... in which case why not use a more traditional condvar + mutex rather than polling?