Re: [GENERAL] SLOW Remote Connection to PostgreSQL Database

2007-10-07 Thread Scott Marlowe
On 10/4/07, Chris <[EMAIL PROTECTED]> wrote: > 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 > >

Re: [GENERAL] SLOW Remote Connection to PostgreSQL Database

2007-10-04 Thread Chris
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

[GENERAL] SLOW Remote Connection to PostgreSQL Database

2007-10-04 Thread Matt White
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 ev