Uploaded image for project: 'FORTRESS'
  1. FORTRESS
  2. FC-42

Avoid pulling a new connection from the LDAP connection pool

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.0.0-RC39
    • None
    • None

    Description

      Atm, everytime we want to send a request to the LDAP server, we are acquiring a connection from the LDAP pool of connections. It's quite expensive, as each connection has to be rebind everytime we push it back, and we do a validation (thus a read) everytime we ask back a connection.

      If we were to pass the connection we picked in the first call to all the methods, we would save those costly Bind and check.

      Attachments

        Activity

          People

            Unassigned Unassigned
            elecharny Emmanuel Lécharny
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: