In the Admin UI we can enable connection pooling for ActiveDirectory. We enabled this pool as the connection setup to our AD is very slow and ivy Public API seems to call AD frequently. But it seems like the enabling of the pool doesn't speed up anything. How can we track and trace if the pool is working? asked 05.03.2015 at 12:55 SupportIvyTeam ♦♦ |
Unfortunately the connection pool that you activated is poorly configured by default and is therefore nearly pooling nothing.
You can re-configure the pool behaviour by jvm system properties that are documented here: http://docs.oracle.com/javase/jndi/tutorial/ldap/connect/config.html . The Java System Properties can be set in jvm.options file. Note: Before 7.4 you need to this in the .ilc file on windows and in .conf file for linux. See the engine guide for ILC reference.
answered 05.03.2015 at 12:56 Reguel Werme... ♦♦ Alex Suter ♦♦ |
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 05.03.2015 at 12:55
Seen: 7,013 times
Last updated: 02.09.2019 at 05:34