Changes between Initial Version and Version 1 of Ticket #23642
- Timestamp:
- Oct 11, 2014, 4:54:32 PM (10 years ago)
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 no tlock 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. 2 2 3 3 The code below demonstrates the issue: