Re: Anybody using PostGIS?

From: Devrim GUNDUZ <devrim(at)gunduz(dot)org>
To: CSN <cool_screen_name90001(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Anybody using PostGIS?
Date: 2005-10-17 05:09:36
Message-ID: Pine.LNX.4.63.0510170808210.22095@mail.kivi.com.tr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hi,

On Sun, 16 Oct 2005, CSN wrote:

> I've been meaning to try out PostGIS and see what it
> is capable of. Is anybody using it? Do you have
> accompanying URLs?

There are mailing lists for PostGIS-related questions.

See http://www.PostGIS.org for the details.

Regards,
--
Devrim GUNDUZ
Kivi Bilişim Teknolojileri - http://www.kivi.com.tr
devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr
http://www.gunduz.org
>From pgsql-general-owner(at)postgresql(dot)org Mon Oct 17 09:21:41 2005
X-Original-To: pgsql-general-postgresql(dot)org(at)localhost(dot)postgresql(dot)org
Received: from localhost (av.hub.org [200.46.204.144])
by svr1.postgresql.org (Postfix) with ESMTP id 92841D80E2
for <pgsql-general-postgresql(dot)org(at)localhost(dot)postgresql(dot)org>; Mon, 17 Oct 2005 09:13:06 -0300 (ADT)
Received: from svr1.postgresql.org ([200.46.204.71])
by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024)
with ESMTP id 58936-09
for <pgsql-general-postgresql(dot)org(at)localhost(dot)postgresql(dot)org>;
Mon, 17 Oct 2005 12:13:02 +0000 (GMT)
Received: from zoraida.natserv.net (p65-147.acedsl.com [66.114.65.147])
by svr1.postgresql.org (Postfix) with ESMTP id A3E03D8077
for <pgsql-general(at)postgresql(dot)org>; Mon, 17 Oct 2005 09:13:03 -0300 (ADT)
Received: from localhost (localhost.natserv.net [127.0.0.1])
by zoraida.natserv.net (Postfix) with ESMTP id 822F77E58;
Mon, 17 Oct 2005 08:13:07 -0400 (EDT)
Date: Mon, 17 Oct 2005 08:13:07 -0400 (EDT)
From: Francisco Reyes <lists(at)natserv(dot)com>
X-X-Sender: fran(at)zoraida(dot)natserv(dot)net
To: Richard Huxton <dev(at)archonet(dot)com>
Cc: pgsql General List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Safe to kill idle connections?
In-Reply-To: <43536231(dot)9030505(at)archonet(dot)com>
Message-ID: <20051017081105(dot)H12366(at)zoraida(dot)natserv(dot)net>
References: <20051016204017(dot)C3522(at)zoraida(dot)natserv(dot)net> <43536231(dot)9030505(at)archonet(dot)com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
X-Virus-Scanned: by amavisd-new at hub.org
X-Spam-Status: No, hits=0.177 required=5 tests=[AWL=0.127,
FORGED_RCVD_HELO=0.05]
X-Spam-Level:
X-Archive-Number: 200510/959
X-Sequence-Number: 85188

On Mon, 17 Oct 2005, Richard Huxton wrote:

> At a guess, PHPWiki is using persistent connections to PG, so you'll get one
> connection per Apache backend.

Thanks for the info. That may well be the problem.

> Alternatively, a small change in PHPWiki's code should clear it too (start
> with a search for pg_pconnect and try pg_connect instead).

Will do.

> It's perfectly safe to leave the idle connections there - they won't take up
> much in the way of resources.

How about when one needs to reload to read new postgresql.conf files. Will
iddle connections prevent the server from reloading?

Also, in the future if other programs do the same, is it safe to kill
these and if so what is the best way? kill command?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Beutin 2005-10-17 06:40:20 Re: Safe to kill idle connections?
Previous Message Brent Wood 2005-10-17 04:49:08 Re: Anybody using PostGIS?