Re: ASYNC SOCKETS
- Posted by Kat <gertie at PELL.NET> May 11, 2002
- 423 views
On 11 May 2002, at 22:16, rforno at tutopia.com wrote: > > Kat: > Do you remember my problem connecting to www.giga.com.ar? I did not resolve it > up to today, when you mentioned the HOSTS file. I, mysteriously, had the wrong > address for giga as 200.49.139.144 in HOSTS, instead of 200.49.81.144. I > merely > commented out this line and I got to giga without a single problem. This line > was inserted once upon a time by NetCompressor, which after a while I got rid > of. What is the explanation for all this? I am guessing NetCompressor is a site caching program for your puter, that operates on 127.0.0.1, and when you cached giga, and then deleted NetCompressor, the hosts file still pointed to NetCompressor, and since NetCompressor wasn't there anymore, it wasn't found. Don't put domains you *want* to reach in hosts if you can avoid it, because the ip# for domains change occasionally, and you will need to manually change the hosts file when they do. Kat