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


Ignore:
Timestamp:
Apr 5, 2008, 11:16:02 AM (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoSpecifications/Core/Threading

    v7 v8  
    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
    6161
    62 Although this sounds like a horrible hack, perhaps portable wrapper around `mmap.mmap` can be used for emulating shared memory.
     62Although this sounds like a horrible hack, perhaps a portable wrapper around `mmap.mmap` can be used for emulating shared memory.
Back to Top