users@glassfish.java.net

Re: NumConnSuccessfullyMatched/NumConnNotSuccessfullyMatched

From: <glassfish_at_javadesktop.org>
Date: Wed, 01 Apr 2009 22:06:28 PDT

They represent the number of connections selected from the pool matched with connections with certain credentials. If the connection pool is used by applications that have multiple user credentials, the jdbc connection pool attribute match-connections can be set to true.

The connection pool matches the request's credential with the connections in the pool and returns a matched connection for use. For new requests with different credentials, unmatched free connections are automatically purged to provide new connections to satisfy the new requests.

These monitoring values are the cumulative values of the total number of connections that were matched or not matched.

HTH
Shalini.
[Message sent by forum member 'sm157516' (sm157516)]

http://forums.java.net/jive/thread.jspa?messageID=340160