Forum Post: RE: Debugging Appservers

  • Thread starter Thread starter Garry Hall
  • Start date Start date
Status
Not open for further replies.
G

Garry Hall

Guest
As this request is growing mouldy, I'll have a stab at it. The external appserver, although it is state-free, is still an ABL client making a connection to the internal appserver and does not seem to be disconnecting. I believe the state-free agent will not automatically disconnect any appserver connections it makes. Thus the number of clients connected to the internal appserver are accumulating. This tends to match your analysis that the external agent was doing nothing (no ABL stack, waiting for a request), but still had the connection to the internal appserver. There should be a message indicating the client (external appserver) disconnected, with that same connection id (message 8359). I would assume there might be some codepath through the external appserver that does not disconnect connections that are made. The (8358) message is logging to indicate a connect request was being processed. The "CSS_CONN before ACK" message is an internal debugging message, indicating that the agent received a connect message, and it is about to send an acknowledgement. "ASK protocol is disabled" is an internal diagnostic showing whether the AppServer Keep-Alive functionality has been turned on.

Continue reading...
 
Status
Not open for further replies.
Back
Top