Re: Moving my business to PostgreSQL

From: Brent Verner <brent(at)rcfile(dot)org>
To: Jason Watkins <jason_watkins(at)pobox(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Moving my business to PostgreSQL
Date: 2002-01-28 11:16:34
Message-ID: 20020128111634.GA3063@rcfile.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

[2002-01-28 02:52] Jason Watkins said:

| Indeed, it is important, simply because this business operates 24/7. I
| simply have to have some way to run 2 servers at once so that everything can
| fall over if one fails. There seem to be a couple middle ware things out
| there designed to do connection pooling, but so far I can't find out for
| sure if they support failover.

Take a look at this:
http://www.mclx.com/products/cluster.php

I've not set one of these up, but if I was tasked with making a
failover-safe postgresql server, I'd certainly look toward having
failover at the OS/environment level instead of application level.

cheers.
brent

--
"Develop your talent, man, and leave the world something. Records are
really gifts from people. To think that an artist would love you enough
to share his music with anyone is a beautiful thing." -- Duane Allman

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Helge Bahmann 2002-01-28 11:23:41 Re: Moving my business to PostgreSQL
Previous Message Jason Watkins 2002-01-28 10:52:32 Re: Moving my business to PostgreSQL