[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Performance - keep connection open between operations?



k bah wrote:

I think it's best to connect to LDAP, bind, make operations on LDAP server, keep the connection open, query the "other" server, then get back with the LDAP operations, and just then close the connection to the LDAP server, what do you think?

Keep LDAP connections persistent if your process is long-running. Especially when using SSL/TLS.


Ciao, Michael.