Changes between Version 6 and Version 7 of DjangoSpecifications/Core/Threading


Ignore:
Timestamp:
Apr 5, 2008, 11:15:47 AM (17 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoSpecifications/Core/Threading

    v6 v7  
    5959
    6060Once older python version support will be dropped in distant future, locking should be implemented with `with`: http://docs.python.org/lib/with-locks.html
     61
     62Although this sounds like a horrible hack, perhaps portable wrapper around `mmap.mmap` can be used for emulating shared memory.
Back to Top