0

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? enter image description here

1 Answer 1

1

As long as your application creates it's own socket you should be splitting bandwidth.

You can check if it's true with sudo netstat -apeen command.

Sign up to request clarification or add additional context in comments.

1 Comment

Thank you for the input. It's hard for me to decipher what I'm looking for in sudo netstat -apeen. Any suggestions or links on how to read that?

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.