Hi!<div><br><div>The Erlang VM provides multiple strategies for name lookups, among them is a native lookup mechamism using getaddrinfo and</div><div>an erlang client implemented by the inet_res module.</div><div><div><br>
<div>The contents of the inet_db table on the detached node may also be worth looking into, does it differ? which strategy does it use?. You can access it using:</div><div><br></div><div>rpc:call('<a href="mailto:loadtest@127.0.0.1">loadtest@127.0.0.1</a>', ets,tab2list,[inet_db]).</div>
<div><br></div><div>You may also want to look into the mDNSResponder daemon that OSX uses as a system-wide resolver. this daemon appears to</div><div>be an alternative to the nscd deamon found on GNU/Linux systems. Applications are expected to perform lookups against this daemon.</div>
<div><br></div><div>MVH Magnus</div><div><br></div><div><div><div class="gmail_quote">On Wed, Sep 21, 2011 at 7:03 PM, Allen Kim <span dir="ltr"><<a href="mailto:allen.kim@epicadvertising.com">allen.kim@epicadvertising.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">It IS Mac OS X issue, definitely.<br>
I ran it from CentOS box, and it works fine.<br>
Don't know why it does not work on Mac OS X though.<br>
<div><div></div><div class="h5"><br>
<br>
On 11-09-21 12:35 PM, "Allen Kim" <<a href="mailto:allen.kim@epicadvertising.com">allen.kim@epicadvertising.com</a>> wrote:<br>
<br>
>$cat /etc/resolv.conf<br>
>#<br>
># Mac OS X Notice<br>
>#<br>
># This file is not used by the host name and address resolution<br>
># or the DNS query routing mechanisms used by most processes on<br>
># this Mac OS X system.<br>
>#<br>
># This file is automatically generated.<br>
>#<br>
>nameserver 192.168.14.10nameserver 192.168.24.10<br>
><br>
><br>
</div></div></blockquote></div><br></div></div></div></div></div>