0 Replies Latest reply on May 12, 2008 7:37 AM by pank81

    Connection Tracking System

    pank81

      I have a query with regard to 'Connection Tracking System' available with JBoss Server.

      I am using the tracking system to get information on the following parameters :

      1) InUseConnectionCount
      2) AvailableConnectionCount
      3) ConnectionCreatedCount
      4) ConnectionDestroyedCount
      5) MaxConnectionsInUseCount

      My observation is that when I login and then logout from my application running on JBoss, the 3rd and 4th parameters listed above get incremented by one every 3 minutes - implying that a connection is created and a connection is destroyed on its own after every time interval of 3 minutes.

      I have not been able to understand this phenomenon. Could anybody throw light on this?