Table of Contents

Search

  1. Preface
  2. Web Services
  3. SOAP Web Services
  4. WSDL Data Object
  5. Schema Object
  6. How to Create a SOAP Web Service
  7. Operation Mappings
  8. Parsing Web Service SOAP Messages
  9. Generating Web Service SOAP Messages
  10. Web Service Consumer Transformation
  11. REST Web Services
  12. How to Create a REST Web Service
  13. REST Web Service Consumer Transformation
  14. REST Web Service Consumer Transformation Use Cases
  15. REST and SOAP Web Service Administration
  16. Datatype Compatibility

Web Services Guide

Web Services Guide

Rules and Guidelines for Concurrency

Rules and Guidelines for Concurrency

Use the following rules and guidelines while using concurrency:
  • Concurrency supports sorted input rows as multiple concurrent connections to a web service. Ordered output rows are not supported.
  • Use concurrency if the data set is more than 100 rows.
  • It is advisable not to increase the number of concurrent web service connections. The number of concurrent web service connections is linked to the number of sockets used by the operating system. Increasing the number of sockets is expensive.
  • Use systems that have multi-core processors with a minimum of 100 MB of RAM for optimal performance while using the concurrency feature.
  • Concurrency memory limit represents the memory consumed by concurrent work flows while invoking web services.
  • When you enable concurrency in the Web Service Consumer transformation, you can configure the memory consumption limit. Ensure that the memory consumption is not more than the physical RAM on the server.

0 COMMENTS

We’d like to hear from you!