Table of Contents

Search

  1. Preface
  2. Part 1: On-Prem Operations
  3. Part 2: Parameter and Element Reference
  4. Appendix A: Geocode Countries
  5. Appendix B: Reverse Geocoding Coverage
  6. Appendix C: Certified Mode Values

On-Premises Developer Guide

On-Premises Developer Guide

Parallel Processing Options for Efficient Multiple Address Execution

Parallel Processing Options for Efficient Multiple Address Execution

To maximize the performance of multiple address outputs while you deal with large volumes of addresses, parallel processing techniques are essential. You can either use individual threads for sequential address processing, or distribute addresses across multiple threads simultaneously.
There are two options for parallel processing of multiple addresses:
  • You can set up multiple threads and process one address at a time through each thread. This option offers the highest overall average processing speed by saturating all available FunctionServers specified by the NumFunctionServer parameter.
  • You can feed addresses in the engine with the bulk input feature. This feature allows simultaneous processing of multiple addresses (up to 100 addresses) through one or more threads. The engine distributes these addresses across all available FunctionServers. However, due to potential mismatches in address quantity or variations in processing time, some FunctionServers may remain idle while others process an address. As a result, the average processing speed reduces, especially when a large number of addresses (about a million) are processed.

0 COMMENTS

We’d like to hear from you!