Efficiency Through Parallel Processing
Presentation Details
Do you have a script that takes forever to run? Or can't be run at the frequency you need because it's too slow? If the answer is yes you might want to consider using parallel processing or multithreading to improve the efficiency of your script. This is a story about how we turned a process that took a half day to execute into one that takes a few hours using FME parallel processing.