network programming problem??

Jan Olderdissen jolderdissen at ixiacom.com
Wed Apr 30 17:40:20 EDT 2003


I strongly suspect there is something wrong with the DNS setup on that
Linux box. If, say, the first DNS server IP configured was bogus,
you'd expect symptoms like this. You might want to try the litaral IP
address instead to see if this is the case:

urlopen("http://194.109.137.226").read()

I ran the script locally on RH 7.3 and I got values at around 1s per
request.

Jan

>Here are the results of running the script:
>
>-------------------- LINUX --------------------------
>Run 0 . 16.69
>Run 1 . 16.54
>Run 2 . 17.04
>Run 3 . 16.55
>Run 4 . 16.55
>Run 5 . 16.54
>Run 6 . 16.55
>
>-------------------- WIN XP -------------------------
>Run 0 . 2.69
>Run 1 . 0.59
>Run 2 . 0.61
>Run 3 . 0.66
>Run 4 . 0.59
>Run 5 . 0.61
>Run 6 . 0.59





More information about the Python-list mailing list