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.
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.