Re: SLOW Remote Connection to PostgreSQL Database

From: Chris <dmagick(at)gmail(dot)com>
To: Matt White <whiteqt(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: SLOW Remote Connection to PostgreSQL Database
Date: 2007-10-05 04:11:26
Message-ID: 4705B96E.9070506@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Matt White wrote:
> Hello,
>
> I am running a Rails app on server1 that connects to dbserver where
> the database is. There is another server, server2, that connects to
> dbserver quickly and returns quickly no matter how high dbserver's
> load is. Doing "psql -h dbserver.domain.com database username" from
> server1 times out every time.

My guess is a firewall.

telnet server.domain.com 5432

and see if that works.

--
Postgresql & php tutorials
http://www.designmagick.com/

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrei Kovalevski 2007-10-05 04:27:46 Re: Windows vista
Previous Message Chris 2007-10-05 04:06:41 Re: Importing MySQL dump into PostgreSQL 8.2