Skip to content

How to choose proper value of maxConnectionAge in LDAPConnectionPool ? #174

@gredwhite

Description

@gredwhite

There is class LDAPConnectionPool

  // The maximum length of time in milliseconds that a connection should be
  // allowed to be established before terminating and re-establishing the
  // connection.
  private volatile long maxConnectionAge;

As far as I understand it is 0 by default and it means that connections won't be recreated at all.

So my question is:

How can I can I choose maxConnectionAge ? should I ? What criterias should be condered ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions