From: | alex(at)pilosoft(dot)com |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-general(at)postgresql(dot)org, <pgsql-interfaces(at)postgresql(dot)org> |
Subject: | Re: [INTERFACES] LISTEN/NOTIFY |
Date: | 2002-10-06 00:29:03 |
Message-ID: | Pine.LNX.4.44.0210052026550.21062-100000@paix.pilosoft.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-interfaces |
On Fri, 4 Oct 2002, Tom Lane wrote:
> =?ISO-8859-1?Q?Crist=F3v=E3o_Dalla_Costa?= <cbraga(at)bsi(dot)com(dot)br> writes:
> > I'm developing an e-commerce site using Apache/mod_perl and, for
> > performance, I intend to cache rows such as user and product information
> > inside Perl. I think the LISTEN/NOTIFY interface would be perfect for
> > invalidating the cache when a product/user gets updated, yet I have not
> > found a way to access it from Perl -- DBI, or DBD::Pg even, offer no way
> > to "listen".
See this:
http://archives.postgresql.org/pgsql-interfaces/2002-01/msg00018.php
> I don't know what the DBI/DBD design philosophy is regarding
> database-specific extensions --- but it would seem reasonable to me for
> DBD::Pg to offer some way to get at LISTEN functionality. Can anyone
> suggest how to do this in the context of DBI?
It uses generic func() interface...
> I suggest moving any followups to pgsql-interfaces, where this
> discussion would be more on-topic.
-alex
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-10-06 00:39:39 | Re: Server locale? |
Previous Message | Martin Weinberg | 2002-10-05 23:05:36 | Re: multi-column btree index for real values |
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-10-06 01:08:28 | Re: [INTERFACES] LISTEN/NOTIFY |
Previous Message | 2002-10-05 21:31:40 | interface PERL and return results |