Quantcast
Channel: Forums - Python
Viewing all articles
Browse latest Browse all 2485

threading vs multiprocessing for concurrent gp tool runs

$
0
0
If I want to run 15 spatial joins at the same time, would it be better to use threading or multiprocessing? I've implemented threading already in a test and it cut 50 minutes (running sequentially) down to 15 minutes (running in concurrent threads). What is best practice in this case? Threading seems to work just dandy but if its not the recommended module for concurrent processing with ArcGIS I'll make the minor changes needed.

Viewing all articles
Browse latest Browse all 2485

Trending Articles