Kbase P115492: What does technically mean that a Webspeed agent is in connecting state ?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/5/2010 |
|
Status: Verified
GOAL:
What does technically mean that a Webspeed agent is in connecting state ?
GOAL:
What is a Webspeed agent doing when it is in connecting state?
GOAL:
What are the sequences of events between WebSpeed messenger and the agent connection?
GOAL:
What sequences of events take place between WebSpeed messenger to agent connections?
GOAL:
What is the WebSpeed connection process and flow?
FACT(s) (Environment):
WebSpeed 3.x
OpenEdge 10.x
All Supported Operating Systems
FIX:
When a user runs a request, the following happens:
0. messenger receives request from browser
1. messenger connects to broker, requests an agent
2. broker reserves an available agent
3. broker sends port of reserved agent to messenger
4. messenger disconnects from broker
5. messenger connects directly to agent at specified port
6. messenger sends request to agent
7. agent runs request
8. agent sends response to messenger
9. messenger sends response to browser
10. messenger disconnects from agent
At step 2, the agent enters 'connecting' state. At step 6, the agent enters the 'busy' state. So 'connecting' state denotes the time between when the agent is reserved by the broker to the time the messenger actually connects to it.