Configuring LDAP connection pooling
LDAP サービス プロバイダーは接続プールを管理して、必要に応じて接続を割り当てます。接続が閉じられた場合、LDAP は今後使用するためにプールに接続を返却します。これによって、パフォーマンスを大幅に向上できます。
In Crowd, you can use two types of LDAP connection pools.
JNDI | Legacy pooling type. You configure it globally, the same properties are used for all directories that use this type. Depending on your JDK version, you can configure it in Crowd or by using system properties. | 詳細 |
---|---|---|
動的 | Improved pooling type with more settings and customizations. You enable it separately for each directory, and each of them can use their own set of properties. You can configure it in Crowd. This type is required for directories that use StartTLS. パフォーマンスが大幅に向上するため、このタイプが推奨されます。 | 詳細 |