Changes between Version 31 and Version 32 of DjangoSpecifications/Core/Threading
- Timestamp:
- Apr 17, 2008, 1:02:18 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DjangoSpecifications/Core/Threading
v31 v32 31 31 4. thread 2: initialize foo 32 32 }}} 33 is not that common. No code where duplicated call would cause a considerable overhead or harmful side-effects was found during the review, so '''the "inefficiency issues" are really non-issues''' and listed below only for reference. 33 is not that common. No code where duplicated call would cause a considerable overhead or harmful side-effects was found during the review, so '''the "inefficiency issues" are really non-issues''' and listed below only for reference. In the multi-process case each process does initialize `foo` individually anyway. 34 34 35 35 === Errors due to incomplete initialization ===