Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

posts/Django-Concurrent-Write-Safety #232

Open
utterances-bot opened this issue Sep 16, 2023 · 1 comment
Open

posts/Django-Concurrent-Write-Safety #232

utterances-bot opened this issue Sep 16, 2023 · 1 comment

Comments

@utterances-bot
Copy link

Two Approaches to Concurrent Write-Safety in Django - HedgeDoc

When dealing with Django models accessed by multiple people, you want a way to make sure two requests don’t perform writes at the same time.

https://monadical.com/posts/Django-Concurrent-Write-Safety.html

Copy link

Thanks for the valuable article! Actually the things are getting complex when it comes to writing to multiple databases, the theorym is hard, but I believe the implementation is harder since everything has its trade-offs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants