tjfontaine / node-dns

Replacement dns module in pure javascript for node.js
MIT License
585 stars 154 forks source link

DNS Server performance issue #99

Closed asyncer closed 8 years ago

asyncer commented 9 years ago

I've used the simple example of node-dns module, but it respond to request in more than 1 second usually, while my bind respond in 10 millisecond, Is this slow performance normal? I'm disappointed with this performance test.

asyncer commented 9 years ago

That was my mistake to lookup the DNS server via localhost address, this had added an OS interrupt to lookup in hosts file. making test via 127.0.0.1 was done in less than 100 milliseconds,

Thanks

coolaj86 commented 8 years ago

close the issue?