Worker Request Polling Interval (Magic xpa 4.x)
This setting controls the minimal interval, in milliseconds, in which a worker in a Magic xpa server checks for the pending requests in the Space.
The longer the worker is unable to read a pending request from the Space, the longer the worker waits until the next reading attempt (up to <100 milliseconds), in order to reduce the CPU load.
|
This setting does not control the overall duration between the time a request is inserted into the space to the time the request starts being processed by a worker. Specifically, once a worker reads a request from the space, the worker must acquire a matching license (token) from the space.
For example, after reading a RIA request from the space, the worker must acquire a RIALicenseToken from the space.
In case a matching license token isn't found, the worker releases the request back to the space and tries to read another pending request.
|
A value of 0 will be considered as 1 millisecond.
Default: 1
Change effective: After restart
Magic.ini and Command Line name: WorkerRequestPollingInterval
Since version: 3.1