Re: (Win32 Postgres) Slow to Connect first - OK afterwards

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Scott cox <sadcox66(at)hotmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: (Win32 Postgres) Slow to Connect first - OK afterwards
Date: 2005-07-17 14:53:25
Message-ID: 20050717145321.GA26214@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On UNIX this generally suggests a DNS configuration problem (can't
lookup 127.0.0.1 in DNS).

That's all I can help you with here...

Hope this helps,

On Fri, Jul 15, 2005 at 03:08:24PM +0000, Scott cox wrote:
> I am running PostgreSQL 8.0 on WinXP
> When I try to connect
>
> psql.exe" -h localhost -p 5432 template1 "postgres"
>
> I have to wait
> 30 seconds before the Password: Prompt arrives
> 30 seconds after the password is entered.
> Once I am connected access is fast. I figured the problem is Authentication.
>
> a.) I tried the following (pg_hba.conf) with no success/difference
> # TYPE DATABASE USER CIDR-ADDRESS METHOD
> #host all all 127.0.0.1/32 trust
> #local all all trust
> ## IPv4 local connections:
> #host all all 127.0.0.1/32 md5
>
> b.) Installed QoS as suggested in a post in this list. No success
>
> I am only using TCP/IP on localhost (127.0.0.1) - I am open to
> suggestions and any recommendation of tools that would let me
> figure out what is happening.

--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-07-17 15:23:03 Re: (Win32 Postgres) Slow to Connect first - OK afterwards
Previous Message Michael Fuhr 2005-07-17 14:12:48 Re: foreign key constraints and inheritence