Re: why postgresql over other RDBMS
- From: "A.M." <agentm(at)themactionfaction(dot)com>
- To: pgsql-general general <pgsql-general(at)postgresql(dot)org>
- Subject: Re: why postgresql over other RDBMS
- Date: Thu, 24 May 2007 21:40:45 -0400
- Message-id: <8477BABF-EE9C-41D5-A36A-B29A8F349FC3(at)themactionfaction(dot)com>
On May 24, 2007, at 20:39 , Andrew Sullivan wrote:
On Thu, May 24, 2007 at 03:25:52PM -0400, A.M. wrote:
Wouldn't it be a cool feature to persists transaction states
across connections so that a new connection could get access to a
sub-
transaction state?
You could do this using an incredibly evil, carefully implemented
hack in a connection pool. I'm shuddering at the thought of it, to
be honest, so details are left as an exervisse for the reader.
Actually, a sample implementation could be done using stored
procedures and some IPC. It would however require that the receiver
poll for requests- the API would probably look very similar to dblink.
-M
Home |
Main Index |
Thread Index