Re: postgres+daemontools

Lists: pgsql-general
From: Murthy Kambhampaty <murthy(dot)kambhampaty(at)goeci(dot)com>
To: 'Kolus Maximiliano' <Kolus(dot)maximiliano(at)bcr(dot)com(dot)ar>, pgsql-general(at)postgresql(dot)org
Subject: Re: postgres+daemontools
Date: 2003-08-06 15:35:31
Message-ID: 2D92FEBFD3BE1346A6C397223A8DD3FC092391@THOR.goeci.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

We recently started using daemontools to manage the herd of postmasters (see
the recent thread regarding running multiple postmasters on a single
machine), and its working quite well.

We still have to figure out how to mimic the
"pg_ctl stop -m fast|immediate" modes,
svc -d /service/<server name> mimics "pg_ctl stop -m smart" which may be all
we need (I guess svc -i /service/<server name>; svc -d /service/<server
name>" effectively gives the "fast" mode.)

Murthy

-----Original Message-----
From: Kolus Maximiliano [mailto:Kolus(dot)maximiliano(at)bcr(dot)com(dot)ar]
Sent: Wednesday, August 06, 2003 10:28
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL] postgres+daemontools

I'm about to install postgres on a box that has daemontools on it and I
would like to use it. Is there anybody here already running postgres from
daemontools? Is it advisable? Do you have any problems or issues I should
took care before trying it?
Thanks in advance.


From: Dennis Gearon <gearond(at)cvc(dot)net>
To: Murthy Kambhampaty <murthy(dot)kambhampaty(at)goeci(dot)com>
Cc: "'Kolus Maximiliano'" <Kolus(dot)maximiliano(at)bcr(dot)com(dot)ar>, pgsql-general(at)postgresql(dot)org
Subject: Re: postgres+daemontools
Date: 2003-08-06 15:59:24
Message-ID: 3F3125DC.3050400@cvc.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-general

Is this multiple postmasters agains the SAME database? Or against multiple copies?

Murthy Kambhampaty wrote:
> We recently started using daemontools to manage the herd of postmasters (see
> the recent thread regarding running multiple postmasters on a single
> machine), and its working quite well.
>
> We still have to figure out how to mimic the
> "pg_ctl stop -m fast|immediate" modes,
> svc -d /service/<server name> mimics "pg_ctl stop -m smart" which may be all
> we need (I guess svc -i /service/<server name>; svc -d /service/<server
> name>" effectively gives the "fast" mode.)
>
> Murthy
>
>
> -----Original Message-----
> From: Kolus Maximiliano [mailto:Kolus(dot)maximiliano(at)bcr(dot)com(dot)ar]
> Sent: Wednesday, August 06, 2003 10:28
> To: pgsql-general(at)postgresql(dot)org
> Subject: [GENERAL] postgres+daemontools
>
>
>
>
> I'm about to install postgres on a box that has daemontools on it and I
> would like to use it. Is there anybody here already running postgres from
> daemontools? Is it advisable? Do you have any problems or issues I should
> took care before trying it?
> Thanks in advance.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match
>