When I use a local Tor proxy and start many head requests, my local proxy dies immediately (and needs to be restarted) without any outcome.
I used those suggested pieces of code: concurrent.futures combined with requests session requests session.
When I request one after another, it works fine. But that is too time consuming.