Hi all:
I am experiencing a problem where the context.close() is not really releasing the resources until System.gc() is called. I downloaded the LdapTemplate and unless I added the System.close() in the LdapTemplate.closeContext() I cannot get a new connection!
help,
JT
I am experiencing a problem where the context.close() is not really releasing the resources until System.gc() is called. I downloaded the LdapTemplate and unless I added the System.close() in the LdapTemplate.closeContext() I cannot get a new connection!
help,
JT
Comment