Avatar

Correct answer by
Community Advisor

Hi,

If you can, try to use files for data exchange.

If the only option is API calls, GNU parallel with curl and a local file is pretty good for simple request parallelization, example usage here:

Thanks,

-Jon

View solution in original post