MediaWiki  REL1_19
PoolCounter.php File Reference

Go to the source code of this file.

Classes

class  PoolCounter
 When you have many workers (threads/servers) giving service, and a cached item expensive to produce expires, you may get several workers doing the job at the same time. More...
class  PoolCounter_Stub
class  PoolCounterWork
 Handy class for dealing with PoolCounters using class members instead of callbacks. More...