Table of Contents

Search

  1. Preface
  2. Performance Tuning Overview
  3. Target Optimization
  4. Source Optimization
  5. Transformation Optimization
  6. Mapping Optimization
  7. Partitioned Mapping Optimization
  8. Run-time Optimization
  9. SQL Data Service Optimization
  10. Web Service Optimization
  11. Connections Optimization
  12. Data Transformation Optimization

Performance Tuning Guide

Performance Tuning Guide

Content Management Service Configuration for Concurrent Web Service Requests

Content Management Service Configuration for Concurrent Web Service Requests

If you run one or more address validation mappings in a web service application, verify that your domain fully supports the number of concurrent web service requests that the mappings may generate. To ensure support for concurrent requests, update the Max Address Object Count property on the Content Management Service associated with the Data Integration Service that runs the mappings. An address validation mapping includes at least one Address Validator transformation.
Use the following steps to calculate the minimum value for the Max Address Object Count property:
  1. Identify the web service applications that may run concurrently and that include at least one Address Validator transformation.
  2. For each application, multiply the Maximum Concurrent Requests value on the application by the total number of Address Validator transformations within the application. This figure represents the number of address objects that the application may require.
  3. Add the results of step 2 across the web service applications.
Example 1
You have a single web service application that uses a single Address Validator transformation. The current Maximum Concurrent Requests value on the web service is 10. Set the Maximum Address Object Count value on the Content Management Service to at least 10.
Example 2
You have two web service applications, one with a single Address Validator transformation and one with two Address Validator transformations. The Maximum Concurrent Requests value on each web service application is 20. Set the Maximum Address Object Count value on the Content Management Service to at least 60.
The following table describes the calculations for the Maximum Address Object Count value on the Content Management Service:
Web Service Application
Maximum Concurrent Requests
Number of Address Validator Transformations on the Application
Number of Address Objects Required
Application 1
20
1
20 x 1 = 20
Application 2
20
2
20 x 2 = 40
The sum of the address objects that the applications require is 20 + 40 = 60.

0 COMMENTS

We’d like to hear from you!