lanmomo / lanmomo-website

Website for LAN Montmorency.
https://lanmomo.org
GNU General Public License v2.0
2 stars 6 forks source link

Fix concurrency issue #254

Open pgrenaud opened 9 years ago

pgrenaud commented 9 years ago

Look for a new approach, like pre-populating the database and use optimistic locking or SELECT ... FOR UPDATE special syntax.

pgrenaud commented 9 years ago

Django example: https://django-concurrency.readthedocs.org/en/latest/