Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #31491

Re: bad httplib latency due to IPv6 use

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.024
X-Spam-Evidence '*H*': 0.95; '*S*': 0.00; 'windows,': 0.09; 'consulted': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'localhost': 0.16; 'oct': 0.16; 'wed,': 0.16; 'wrote:': 0.17; 'directory.': 0.17; 'versions': 0.20; 'all,': 0.21; 'earlier': 0.21; 'installed': 0.23; 'somewhere': 0.24; 'header:In-Reply-To:1': 0.25; 'first.': 0.27; 'message- id:@mail.gmail.com': 0.27; 'sensible': 0.29; 'file': 0.32; 'to:addr:python-list': 0.33; 'entry': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'there': 0.35; 'add': 0.36; 'but': 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'address,': 0.79; 'widows': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=f5xHjdIDBKqdIGlABvPXxxOQqHE7CMCZvNsNQuNTKyI=; b=hTsPYurNgxrgyNX5bm9kT6agJ6axvFOSEVjWgfCjF2Sg1hf2iGGPbspTspA0emNga2 AKv8MAJCyryGUgywZ2PPUU+F+Ufuxvd9rtDP8DN/5cTRNHmIJsdIhEJpZQ80izPBeHet ucvOwC3FHicUm633GWrmjN8GJmPbVU3fq8HIW2qiXHQ2hghkW8qAmpyGI6nU8hbxtQn9 zxqfbAqJlfpGsj1uIgeeSpGZeVvo+Za/Z/faIR8H7GCKjFQMgXiG8MkztIz3VOVgOnXy IWOqb23sgj4M8EGye+50/f4rnieAZVopL2OaA33FadK2fn5lGZym6g/QwrITnoKvsFA0 Lfxw==
MIME-Version 1.0
In-Reply-To <507e7c43$0$6845$e4fe514c@news2.news.xs4all.nl>
References <1s42l9-9al.ln1@satorlaser.homedns.org> <507e7c43$0$6845$e4fe514c@news2.news.xs4all.nl>
Date Wed, 17 Oct 2012 20:44:18 +1100
Subject Re: bad httplib latency due to IPv6 use
From Chris Angelico <rosuav@gmail.com>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2336.1350467061.27098.python-list@python.org> (permalink)
Lines 11
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1350467061 news.xs4all.nl 6904 [2001:888:2000:d::a6]:40077
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:31491

Show key headers only | View raw


On Wed, Oct 17, 2012 at 8:37 PM, Hans Mulder <hansmu@xs4all.nl> wrote:
> I have no experience with win7/64, but on earlier versions of Windows,
> there's a file named "hosts", somewhere in a system directory.  When
> looking up an IP address, this file is consulted first.  Removing the
> ::1 from the entry for localhost might be a sensible work-around.

It ought to be c:\windows\system32\drivers\etc\hosts if your Widows is
installed to default location. If localhost isn't there at all, you
can add a line for it.

ChrisA

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

bad httplib latency due to IPv6 use Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2012-10-17 09:55 +0200
  Re: bad httplib latency due to IPv6 use Hans Mulder <hansmu@xs4all.nl> - 2012-10-17 11:37 +0200
    Re: bad httplib latency due to IPv6 use Chris Angelico <rosuav@gmail.com> - 2012-10-17 20:44 +1100
    Re: bad httplib latency due to IPv6 use Laszlo Nagy <gandalf@shopzeus.com> - 2012-10-17 11:58 +0200
  Re: bad httplib latency due to IPv6 use Roy Smith <roy@panix.com> - 2012-10-17 08:17 -0400
  Re: bad httplib latency due to IPv6 use Ulrich Eckhardt <ulrich.eckhardt@dominolaser.com> - 2012-10-17 14:40 +0200
    Re: bad httplib latency due to IPv6 use Chris Angelico <rosuav@gmail.com> - 2012-10-18 00:32 +1100
    Re: bad httplib latency due to IPv6 use Roy Smith <roy@panix.com> - 2012-10-17 20:28 -0400
      Re: bad httplib latency due to IPv6 use Chris Angelico <rosuav@gmail.com> - 2012-10-18 14:42 +1100

csiph-web