I\'m pulling multiple requests (its pulling one at a time), I was wondering if there\'s a way pull requests all at the same time if I have something like this:
There are gems like spawn that do this in a forked process or as a new thread in your process.. Here is a link to another SO post that discusses it
What is the difference between forking and threading in a background process?
Here is the gem in question: https://github.com/tra/spawnling