Forum Post: RE: Debugging Appservers

  • Thread starter Thread starter Paul Koufalis
  • Start date Start date
Status
Not open for further replies.
P

Paul Koufalis

Guest
Nigel, Connections to the broker (your max 512 in ubroker.properties) are not correlated with use of the agents. I don't know what the issue is that you saw with conn handle 748 but it doesn't sound like that's your problem. (For the lurkers, clients of stateless/state-free AppServers never actually speak directly to _proapsv agents. They only connect to the java broker and the broker passes along their request to an available agent). Processes are connecting to the broker and never disconnecting. lsof -P -p java broker pid | grep TCP will show you all the connections. You might see that some dotNet is always connecting and re-connecting and never disconnecting. That would be my first guess.

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