Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

While most databases have more granular concurrency control, almost all application parallelism is handled by locking on critical resources, and having others wait for those resources become available. That's exactly what SQLite does, and it's not a big deal. If you have multiple processes, one might occasionally have to wait a few ms for the other to finish.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: