Kbase P14079: WebSpeed Application is stateless, but broker log shows agents in state aware mode
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
SYMPTOM(s):
WebSpeed Application is stateless, but broker log shows agents in state aware mode
CAUSE:
Doing a lot of requests that take a long time to process and having the Webspeed broker parameters for srvStartupTimeout and requestTimeout too low caused the broker to spawn new agents.
The new agents can not register themselves within the srvStartupTimeout timespan and the broker spawns another agent.
FIX:
This can be solved by calculating new times for srvStartupTimeout and requestTimeout.
Set requestTimeout to 30 seconds, also set srvStartupTimeout to a higher value than 30.