Changes between Version 2 and Version 3 of DjangoSpecifications/Core/Threading
- Timestamp:
- Apr 4, 2008, 5:48:59 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/Core/Threading
v2 v3 16 16 Instead of ad-hoc solutions like the one proposed in #5632, there should be a locking module that can be reused. 17 17 18 F ourtypes of locking primitives could be implemented:18 Five types of locking primitives could be implemented: 19 19 * Django-wide global locks 20 20 * module-level locks