==============
django-pglocks
==============
django-pglocks provides a useful
context manager to manage PostgreSQL advisory locks. It requires Django (tested
with 1.5), PostgreSQL, and (probably) psycopg2.
Advisory Locks
==============
Advisory locks are application-level locks that are acquired and released
purely by the client of the database; PostgreSQL never acquires them on its
own. They ...
|