Go to the documentation of this file.
70 $this->workers = $conf[
'workers'];
71 $this->maxqueue = $conf[
'maxqueue'];
72 $this->timeout = $conf[
'timeout'];
85 if ( !isset( $wgPoolCounterConf[
$type] ) ) {
88 $conf = $wgPoolCounterConf[
$type];
89 $class = $conf[
'class'];
release()
I have successfully finished my task.
skin txt MediaWiki includes four core it has been set as the default in MediaWiki since the replacing Monobook it had been been the default skin since before being replaced by Vector largely rewritten in while keeping its appearance Several legacy skins were removed in the as the burden of supporting them became too heavy to bear Those in etc for skin dependent CSS etc for skin dependent JavaScript These can also be customised on a per user by etc This feature has led to a wide variety of user styles becoming that gallery is a good place to ending in php
acquireForAnyone()
I want to do this task, but if anyone else does it instead, it's also fine for me.
acquireForMe()
I want to do this task and I need to do it myself.
static newGood( $value=null)
Factory function for good results.
release()
I have successfully finished my task.
integer $workers
Maximum number of workers doing the task simultaneously *.
acquireForAnyone()
I want to do this task, but if anyone else does it instead, it's also fine for me.
When you have many workers (threads/servers) giving service, and a cached item expensive to produce e...
design txt This is a brief overview of the new design More thorough and up to date information is available on the documentation wiki at etc Handles the details of getting and saving to the user table of the and dealing with sessions and cookies OutputPage Encapsulates the entire HTML page that will be sent in response to any server request It is used by calling its functions to add in any and then calling but I prefer the flexibility This should also do the output encoding The system allocates a global one in $wgOut Title Represents the title of an and does all the work of translating among various forms such as plain database key
__construct( $conf, $type, $key)
when a variable name is used in a it is silently declared as a new masking the global
string $key
All workers with the same key share the lock *.
static factory( $type, $key)
Create a Pool counter.
float $timeout
Maximum time in seconds to wait for the lock *.
acquireForMe()
I want to do this task and I need to do it myself.