originally posted in:BungieNetPlatform
View Entire Topic
I am writing an application that sends about 150 requests in serial and it takes too long. Is there a way I can parallelize this? (I am working in python 2.7)
-
Sends 150 requests to BNet? Is it a website or mobile app, and is it doing that every time someone requests data/every second/every minute/every hour/something else?