Can Amazon's EC2 instances make multiple, simultaneous network requests?
I'm pinging a few different api's with the same query. I'm wondering if I break my api request loop into subprocesses (using python's subprocess) if I'm just creating a network que or am I actually splitting my bandwidth for each call?
