JDENET Connection Pools

The JDENET Connection Pool Information view displays connection and messaging data for each Enterprise Server connected to the web server. Information about the volume of data and messages transmitted and received is contained in this set of parameters:

This image is described in surrounding text.
  • Host Name

    The name of the Enterprise Server the connection pool represents.

  • JDENET Port

    The JDENET port used to initially contact the Enterprise Server.

  • Threads Waiting for Socket

    The number of threads that are currently waiting to use a socket connection contained within this thread pool. If this number is non-zero then one or more threads are being held up. In this case it may be beneficial to increase the maximum pool size.

  • Max Threads Blocked

    The maximum number of threads that have been simultaneously been waiting for a socket from the connection pool.

  • Maximum Pool Size

    The maximum number of sockets that may be created for this connection pool. Once this threshold is retrieved any additional threads attempting to connect to the Enterprise Server/port will wait until a in use socket is returned to the pool.