Opened 17 years ago

Closed 17 years ago

#4550 closed (invalid)

Database protection: Table locking

Reported by: jack.sun@… Owned by: Jacob
Component: Uncategorized Version: dev
Severity: Keywords: lock, multi-thread, multi-process
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Hi,

In, !MySQL, there is the ability to lock tables (for reading, writing or both). We am in need of creating a system where multiple processes and servers are accessing 1 single database. Does Django support this at all? Thanks.

Change History (1)

comment:1 by Chris Beaven, 17 years ago

Resolution: invalid
Status: newclosed

Please ask questions in the Django users Google group.

Note: See TracTickets for help on using tickets.
Back to Top