Changes between Version 2 and Version 3 of DjangoSpecifications/Core/Threading


Ignore:
Timestamp:
Apr 4, 2008, 5:48:59 AM (17 years ago)
Author:
mrts
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoSpecifications/Core/Threading

    v2 v3  
    1616Instead of ad-hoc solutions like the one proposed in #5632, there should be a locking module that can be reused.
    1717
    18 Four types of locking primitives could be implemented:
     18Five types of locking primitives could be implemented:
    1919 * Django-wide global locks
    2020 * module-level locks
Back to Top