Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #3228
| References | <bf5cd550-a417-419d-932a-4458b1f8a1d6@hd10g2000vbb.googlegroups.com> <mailman.354.1302772742.9059.python-list@python.org> <74ed4581-6b56-4743-9708-978f653fb9d7@n2g2000prj.googlegroups.com> <mailman.358.1302788357.9059.python-list@python.org> <857f83f9-20a6-4708-a189-4a0dd4e99f5b@e21g2000vbz.googlegroups.com> |
|---|---|
| Date | 2011-04-15 12:01 +1000 |
| Subject | Re: about soaplib demo's time latency |
| From | Chris Angelico <rosuav@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.376.1302832916.9059.python-list@python.org> (permalink) |
On Fri, Apr 15, 2011 at 11:14 AM, Stephen.Wu <54wutong@gmail.com> wrote: > It works. Seems the DNS server will exchange localhost and 127.0.0.1, > taking nearly 15 seconds. Anyway, I got to know the exactly reason let > the initialized procedures down, which is the most important thing. Generally BIND, on install, is configured to be authoritative for the .localhost domain (little-known trivia fact: localhost isn't a machine name, it's a top-level domain - on par with .com or .uk), which should mean you get fast responses. May want to check your DNS server's config. I don't know if other DNS software comes nicely preconfigured like that, but it should, since nobody ever assigns localhost to be anything else (imagine the confusion THAT would cause - even if you set it to something relatively innocuous like 127.0.0.2). Chris Angelico
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
about soaplib demo's time latency "Stephen.Wu" <54wutong@gmail.com> - 2011-04-14 01:43 -0700
Re: about soaplib demo's time latency Chris Angelico <rosuav@gmail.com> - 2011-04-14 19:18 +1000
Re: about soaplib demo's time latency "Stephen.Wu" <54wutong@gmail.com> - 2011-04-14 06:30 -0700
Re: about soaplib demo's time latency Chris Angelico <rosuav@gmail.com> - 2011-04-14 23:39 +1000
Re: about soaplib demo's time latency "Stephen.Wu" <54wutong@gmail.com> - 2011-04-14 18:14 -0700
Re: about soaplib demo's time latency Chris Angelico <rosuav@gmail.com> - 2011-04-15 12:01 +1000
csiph-web