IdP use of LDAP and connection pooling
Daniel Fisher
dfisher at vt.edu
Fri Sep 9 19:23:56 BST 2011
On Fri, Sep 9, 2011 at 2:07 PM, Cantor, Scott <cantor.2 at osu.edu> wrote:
> On 9/9/11 1:44 PM, "Daniel Fisher" <dfisher at vt.edu> wrote:
> >
> >
> >Did you set the prune timer period to some value below the expiration
> >time? One controls how often the pool is pruned, the other controls
> >whether a connection should be pruned.
>
> No, it's higher than the expiration period. The expiration is 5m and the
> timer is 15m.
>
>
So every 15m the pool will be checked for expired connections. At that time
any connections that have been inactive for at least 5m will be removed from
the pool.
> Each time it runs, I see one or two of the connections it's validating log
> a Communications Failure.
>
>
The validator is a separate, unrelated thread. I'm assuming the exception
you're seeing is thrown when the connection attempts to close? If so, that
can be ignored. Is the pool size what you expect after 15m?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20110909/732cf63c/attachment.html
More information about the users
mailing list