javascript - dns caching in request module - node.js -


in project big amount of request same url using 'request' module. reason lot of request go dns server in order resolve url address instead of having sort of caching this. there kind of built-in mechanism in 'request' module resolve this? or other solution?

thanks!

this question little old may have found answer, had problem , used dnscache module handle it. had high amount of io (node reading /etc/resolv.conf), , module seemed handle problem. couldn't find in request's or node's source handle problem, did find this related issue.


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -