Kbase P162277: Why is the first call using the ClientConnect option for SonicMQ Adapter slower then any other call
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/22/2010 |
|
Status: Unverified
GOAL:
Why is the first call using the ClientConnect option for SonicMQ Adapter slower then any other call during the session?
GOAL:
Why is ClientConnect slow the first time it is used?
GOAL:
Why is it slow the first time -SMQConnect is used?
FACT(s) (Environment):
All Supported Operating Systems
OpenEdge 10.1C
FIX:
The option to use ClientConnect shifts the location where the java process, which handles the client portion of the messaging to the Sonic Broker, is launched.
This means that at the point the connection is made a java process must be spawned by the operating system and read the java code then make the connection.
The amount of time this requires is dependent on the speed of the system (the amount of time to launch the process, read the java code, make the connection).