Consultor Eletrônico



Kbase P185965: When does a stateless AppServer broker spawn a new agent
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   09/05/2011
Status: Unverified

GOAL:

When does a stateless AppServer broker spawn a new agent

GOAL:

What triggers a appServer broker to start another server

FACT(s) (Environment):

UNIX
Windows
OpenEdge 10.x

FIX:

Agents are spawned by the broker based on client demand and there are two properties that affect this behavior srvrStartupTimeout and requestTimeout.

These two properties work together. When a request comes in and all agents are busy, the broker waits for the srvrStartupTimeout interval before starting a new agent.
When a new agent is started the broker then waits the requestTimeout interval for the agent to become available. If no agent becomes available then the broker responds to the client with a message indicating "no servers available".