Changes between Version 7 and Version 8 of DjangoSpecifications/Core/Threading
- Timestamp:
- Apr 5, 2008, 11:16:02 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/Core/Threading
v7 v8 60 60 Once 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 61 62 Although this sounds like a horrible hack, perhaps portable wrapper around `mmap.mmap` can be used for emulating shared memory.62 Although this sounds like a horrible hack, perhaps a portable wrapper around `mmap.mmap` can be used for emulating shared memory.