I have a Python (arcpy) application that processes parcels for 5 different counties. The processing is time consuming. 90% of the processing is common between the 5 counties thus I would like to create 5 processes in Python (multiprocessing.Process) to process all of the counties simultaneously?
Will ArcGIS Pro present any limitations such as number of instances? I presume each Python Process will instantiate its own ArcGIS Pro instance, but I am not sure how this works.
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.