[Pharo-project] NetNameResolver - too much cleaning?
Hello all, There is no good way to get an address given a name :( I tried "borrowing" code from 3.9 and was roundly punished: it hangs miserably. Any ideas? Bill
Hi Bill It seems to work for me (Mac 4.1.1beta2U): NetNameResolver addressForName: 'pharo-project.org' --> 212.103.66.211(one),0(0) Doesn't that work for you or are you trying something else? Adrian On Jun 6, 2009, at 01:22 , Schwab,Wilhelm K wrote:
Hello all,
There is no good way to get an address given a name :( I tried "borrowing" code from 3.9 and was roundly punished: it hangs miserably. Any ideas?
Bill
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
mee too (win xp) NetNameResolver addressForName: 'pharo-project.org' 212.103.66.211(212.103.66.211),0(0) but there is a console message tracing to disabble pressing F2, firs time I se that... -----Mensaje original----- De: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr]En nombre de Adrian Lienhard Enviado el: Sabado, 06 de Junio de 2009 05:47 a.m. Para: Pharo-project@lists.gforge.inria.fr Asunto: Re: [Pharo-project] NetNameResolver - too much cleaning? Hi Bill It seems to work for me (Mac 4.1.1beta2U): NetNameResolver addressForName: 'pharo-project.org' --> 212.103.66.211(one),0(0) Doesn't that work for you or are you trying something else? Adrian On Jun 6, 2009, at 01:22 , Schwab,Wilhelm K wrote:
Hello all,
There is no good way to get an address given a name :( I tried "borrowing" code from 3.9 and was roundly punished: it hangs miserably. Any ideas?
Bill
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project -- Internal Virus Database is out-of-date. Checked by AVG. Version: 7.5.524 / Virus Database: 270.12.11/2089 - Release Date: 30/04/2009 05:53 p.m.
Adrian, Sorry, I described the wrong problem: it's the other direction (name from address) that is missing. At least on win32, I found it necessary to use both lookups to get fully qualified names, especially for the local host. Bill -----Original Message----- From: pharo-project-bounces@lists.gforge.inria.fr [mailto:pharo-project-bounces@lists.gforge.inria.fr] On Behalf Of Adrian Lienhard Sent: Saturday, June 06, 2009 3:47 AM To: Pharo-project@lists.gforge.inria.fr Subject: Re: [Pharo-project] NetNameResolver - too much cleaning? Hi Bill It seems to work for me (Mac 4.1.1beta2U): NetNameResolver addressForName: 'pharo-project.org' --> 212.103.66.211(one),0(0) Doesn't that work for you or are you trying something else? Adrian On Jun 6, 2009, at 01:22 , Schwab,Wilhelm K wrote:
Hello all,
There is no good way to get an address given a name :( I tried "borrowing" code from 3.9 and was roundly punished: it hangs miserably. Any ideas?
Bill
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
participants (3)
-
Adrian Lienhard -
Carlos Crosetti -
Schwab,Wilhelm K