icann / czds-api-client-python

A Python reference implementation for CZDS download zone file API
Other
102 stars 39 forks source link

feat: multithreaded downloads #24

Open flotwig opened 9 months ago

flotwig commented 9 months ago

Adds multithreaded downloads, motivated by the fact that downloading lists one-by-one is pretty dang slow.

Uses up to 6 threads at once, to match the maximum number of persistent connections an HTTP server should expect from a client.