Author: tolusha
Date: 2011-09-13 09:55:32 -0400 (Tue, 13 Sep 2011)
New Revision: 4904
Modified:
jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/core/ldap-configuration.xml
Log:
EXOJCR-1530: [DOC] Connections leaks in LDAP OrganizationService
Modified:
jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/core/ldap-configuration.xml
===================================================================
---
jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/core/ldap-configuration.xml 2011-09-13
13:08:32 UTC (rev 4903)
+++
jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/core/ldap-configuration.xml 2011-09-13
13:55:32 UTC (rev 4904)
@@ -111,6 +111,9 @@
<field
name="version"><string>3</string></field>
<field
name="referralMode"><string>follow</string></field>
<!-- field
name="serverName"><string>active.directory</string></field-->
+ <field
name="minConnection"><int>5</int></field>
+ <field
name="maxConnection"><int>10</int></field>
+ <field
name="timeout"><int>50000</int></field>
</object>
</object-param>
</init-params>
@@ -163,6 +166,24 @@
servers. Any other value will be ignore and the service will act as
on a standard LDAP.</para>
</listitem>
+
+ <listitem>
+ <para><emphasis
role="bold">maxConnection</emphasis>: the maximum
+ number of connections per connection identity that can be maintained
+ concurrently.</para>
+ </listitem>
+
+ <listitem>
+ <para><emphasis
role="bold">minConnection</emphasis>: the number of
+ connections per connection identity to create when initially
+ creating a connection for the identity.</para>
+ </listitem>
+
+ <listitem>
+ <para><emphasis role="bold">timeout</emphasis>: the
number of
+ milliseconds that an idle connection may remain in the pool without
+ being closed and removed from the pool.</para>
+ </listitem>
</itemizedlist>
</section>
Show replies by date