Re: Release connections in MODPERL

From: "D(dot) Duccini" <duccini(at)backpack(dot)com>
To: "Brett W(dot) McCoy" <bmccoy(at)chapelperilous(dot)net>
Cc: Pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Release connections in MODPERL
Date: 2001-01-11 05:01:23
Message-ID: Pine.GSO.4.03.10101102300280.21743-100000@ra.bpsi.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


> Except you mean undef, right? There is no null in Perl. Even so, though,
> undef does not call object destructors (i.e., DESTROY method), only
> decrements the reference count, which hopefully means it wil get garbage
> collected.

well, $SQL = null;

compiles and produces the results described.

undef would probably work as well

-----------------------------------------------------------------------------
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!"
-----------------------------------------------------------------------------

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Brett W. McCoy 2001-01-11 05:03:14 Re: Release connections in MODPERL
Previous Message D. Duccini 2001-01-11 04:26:41 Re: Release connections in MODPERL