<div class="gmail_quote">On Mon, Feb 22, 2010 at 12:13 PM, Matthias Radestock <span dir="ltr">&lt;<a href="mailto:matthias@lshift.net">matthias@lshift.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><div></div><div class="h5">Erik,<br>
<br>
Erik Anderson wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Bah! �okay, looks like I solved my own problem.<br>
<br>
ALL instances of &quot;127.0.0.1&quot; in both the startup script and config<br>
have been changed to {127,0,0,1}<br>
<br>
I&#39;m guessing success messages now.<br>
</blockquote>
<br>
That&#39;s interesting. The string version normally works. It goes through the Erlang/OTPs name resolver though, which might go wrong for various reasons.<br>
<br>
I guess we should be using the tuple version in our default configs and examples since it&#39;s more efficient and is less likely to result in the kind of problems you have experiences. I have filed a bug to get that done.<br>


<br>
Glad you got things working in the end, and thanks for your patience.<br></div></div></blockquote></div><br>Well, I did post a link in my previous response (wish Google Groups would generally work better with this mailing list) to a bug report that someone filed like six months ago that made it appear as though Windows 2003 (the platform I&#39;m using here) will start timing out all name resolve requests after any network timeout occurs (and I do notice a timeout-like delay when starting the TCP listeners).� I have nowhere near enough debugging information on me (or any experience with erlang) to determine whether the same thing is occurring here, but as using tuples seems to have resolved the issue I strongly suspect that the issues might be related.� My thought is that this issue will only come up when resolving items after the TCP listeners have been brought up.<br>