Diagnosing LDAP connection errors.

Cantor, Scott cantor.2 at osu.edu
Tue Sep 27 19:16:04 BST 2011


On 9/27/11 1:34 PM, "Tom Poage" <tfpoage at ucdavis.edu> wrote:
>
>This suggests the connection pool might be empty:

The empty strategy is what gets used when there is no pool. Every checkout
of the pool creates a connection and the checkin destroys it.

A recent poster indicated that leaving out a pool config causes the data
connector to still reuse some connections. If that's true, it's below the
layers of software and somewhere inside the JVM, because the code in the
IdP is pretty clearly not doing any reuse.

-- Scott



More information about the users mailing list