internet-equity / netrics

The network measurements scheduling framework
7 stars 3 forks source link

Review of netrics-ping design #7

Closed kyle-macmillan closed 2 years ago

kyle-macmillan commented 2 years ago

Executing sequential pings is time-costly and unnecessary (assuming a reasonable number of destinations). Switching to parallel pings meant switching to the non-blocking subprocess.Popen and then collecting the results from the returned Popen object.

jesteria commented 2 years ago

Excellent :shipit: :+1: