This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 14 lines
!!! 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' }]