Do multiple requests being sent at once slow each individual request down?
So I am working in a program that sends multiple (around 100) requests per second, each to a different website. The requests are sent asynchronously in around 10 different threads, so they aren’t blocking each other during execution. My question is if I were to send an extra request (in addition to those 100 requests) in a new thread, would it be slower or equal in speed to the same request being made alone (without the other 100 requests being sent)?
python eroror in request module
enter image description here
enter image description here
Troubleshooting a Python Script Stuck in a For Loop: Possible Reasons for Interruption
I have this code that iterates through several links. For each one, it retrieves the HTML response and runs response_html.find('relative-time')