Closed
Bug 502220
Opened 16 years ago
Closed 15 years ago
Make sure instant cache invalidation is thread-safe
Categories
(addons.mozilla.org Graveyard :: Administration, defect, P4)
addons.mozilla.org Graveyard
Administration
Tracking
(Not tracked)
RESOLVED
WONTFIX
4.x (triaged)
People
(Reporter: wenzel, Unassigned)
Details
(Whiteboard: [qa-])
As we have global cache invalidation lists (i.e., the list of expired items to be flushed from memcache asap), we need to make sure this is thread-safe as multiple PHP instances will try to flush that list, the empty it.
This may be a non-issue, but I am not sure this is currently capable of handling concurrent access. On the upside, however, we could probably use an object in memcache as a lock, because afaik memcache operations are atomic.
Reporter | ||
Comment 2•15 years ago
|
||
Another ugly Remora problem that Zamboni took care of.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → WONTFIX
Whiteboard: [qa-]
Assignee | ||
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•