Kbase P106013: What is the predefined WebSpeed environmental variable BATCH_INTERVAL
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  05/07/2005 |
|
Status: Unverified
GOAL:
What is the predefined WebSpeed environmental variable BATCH_INTERVAL
GOAL:
How to define BATCH_INTERVAL to the WebSpeed Broker and it's agents
FACT(s) (Environment):
WebSpeed 3.1D
WebSpeed 3.1E
OpenEdge 10.x
FIX:
The BATCH_INTERVAL sets the amount of time agents sit idle before they break out of a WAIT-FOR statement (which is in web/objects/web-disp.p) and run the run-batch-object custom procedure.
The VALUE is time in seconds.
Activation of this variable can be accomplished either by:
1. Using the Progress Explorer and entering the name of the variable in the NAME field in the brokers' Environment Variable Properties dialog box and the Value in the VALUE field.
2. Manually add to the ubrokers.property file under the Environment section for your broker.
[Environment.wsbroker1]
BATCH_INTERVAL=30