mwvgroup / Pitt-Google-Broker

A Google Cloud-based alert broker for LSST and ZTF
https://pitt-broker.readthedocs.io/en/latest/index.html
4 stars 0 forks source link

Use multiple HTTP request threads #18

Open wmwv opened 5 years ago

wmwv commented 5 years ago

Use asyncio to lightly parallelize the HTTP requests. Likely 5-10 threads.

See, e.g., http://skipperkongen.dk/2016/09/09/easy-parallel-http-requests-with-python-and-asyncio/

jrossthomson commented 1 year ago

While this seems like valuable advice, it also seems out of date. Close?