https://bugzilla.wikimedia.org/show_bug.cgi?id=31030

--- Comment #1 from Brion Vibber <[email protected]> 2011-09-20 16:28:26 UTC 
---
That sort of temporary cache (which cannot be cleared by other processes making
updates) is probably best done in a very explicit way, such as how LinkBatch
and friends are used to batch multiple title lookups.

By explicitly creating and discarding the cache / batch lookup, the calling
code is able to declare that it's starting an operation, fit its lookups within
a limited time/space, and explicitly disavow it when done so any future
operations that do similar things can restart from the then-current database
state.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to