!!! Overview
Many LDAP APIs provide a pool of connections and assigns them to a Context instance as needed. 

When a Context is finished with a connection (closed or garbage collected), the connection can be returned to the pool for future use. 

Typically [{$pagename}] is typically sequential and should use a connection is retrieved from the pool, used, returned to the pool, and then, retrieved again from the pool for another Context usage.

[{$pagename}] should __ALWAYS__ utilize [Synchronous Operations].

[{$pagename}] is maintained per Java application or within a [Realm]. 

!! More Information
There might be more information for this subject on one of the following:
[{ReferringPagesPlugin before='*' after='\n' }]