Release connections in MODPERL

From: "D(dot) Duccini" <duccini(at)backpack(dot)com>
To: Pgsql-novice <pgsql-novice(at)postgreSQL(dot)org>
Subject: Release connections in MODPERL
Date: 2001-01-11 00:05:35
Message-ID: Pine.GSO.4.03.10101101803410.14932-100000@ra.bpsi.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


How do we tell Postgresql, in PERL (specifically under modperl) to
shutdown and release the database handler?

basically what's happening is that the system is opening up a new handle
and holding onto it with each hit to the server until we run out of
available database connections

normally in PERL it shuts it down when the perl goes away, but in mod
perl, it doesn't go away

-duck

-----------------------------------------------------------------------------
david(at)backpack(dot)com BackPack Software, Inc. www.backpack.com
+1 651.645.7550 voice "Life is an Adventure.
+1 651.645.9798 fax Don't forget your BackPack!"
-----------------------------------------------------------------------------

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Brett W. McCoy 2001-01-11 02:50:30 Re: Release connections in MODPERL
Previous Message Martin Lillepuu 2001-01-10 22:20:43 Re: converting .xls to delimited file