Previous Topic: smobjexport and XPSexport Terminate Abnormally When No Response is Present in the Policy Link (137164)Next Topic: Key Store Upgrade Documentation (137376)


Performance Issues Using DMS API (137335)

Symptom:

Policy Server performance degrades when processing multiple administrative DMS API requests sent in a short amount of time (particularly when multiple threads send requests simultaneously). Performance suffers because the Policy Server verifies that the user performing each operation is an administrator of the directory it is trying to manage.

Solution:

The DMS API now contains a new set of methods that perform administrative operations without verifying the administrator each time. (The administrator is verified once at login, but not for subsequent operations). The new methods each starts with the same name as an existing method with a "NoAdminCheck" suffix. For example, if you are currently using the getRoles method, use the getRolesNoAdminCheck method to resolve performance issues.

For more information, refer to the Javadoc.

Star issue: 19755226