dnsdiag
dnsdiag copied to clipboard
dnseval: fork for faster response
Babak, one more idea. ;) Could dnseval fork itself while executing? I am using a servers list with 20 servers and it takes really long for a complete run of dnseval if several servers have a loss of 100 %. If dnseval could fork itself for every server entry, maybe with a random delay of 2-3 seconds, it would end much faster.
I guess I have to do it with threads for less overhead. Let me find the optimum implementation method. And thanks for the valuable feedback.