My proxy server is spending a lot of time resolving the domain names,is there a way to make gethostbyname cache the result?
| |||
|
feedback
|
|
Use nscd, the name serivce caching daemon | |||||||||
feedback
|
gethostbynameis an obsolete function you should not be using.man getaddrinfo. – R.. May 23 '11 at 21:01