- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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