Changes between Initial Version and Version 1 of Ticket #23642


Ignore:
Timestamp:
Oct 11, 2014, 4:54:32 PM (10 years ago)
Author:
Thomas C
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23642 – Description

    initial v1  
    1 `LocMemCache` is documented as being thread-safe, but its `incr` operation isn't: there is not lock wrapping the whole get+set operation.
     1`LocMemCache` is documented as being thread-safe, but its `incr` operation isn't: there is no lock wrapping the whole get+set operation.
    22
    33The code below demonstrates the issue:
Back to Top