Changes between Version 31 and Version 32 of DjangoSpecifications/Core/Threading


Ignore:
Timestamp:
Apr 17, 2008, 1:02:18 PM (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DjangoSpecifications/Core/Threading

    v31 v32  
    31314. thread 2: initialize foo
    3232}}}
    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.
     33is 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.
    3434
    3535=== Errors due to incomplete initialization ===
Back to Top