On Fri, 10 Jan 2003, Steve Atkins wrote:
> On Fri, Jan 10, 2003 at 09:23:53AM -0700, scott.marlowe wrote:
> > I was wondering if it's feasible to have transactions that persist outside
> > of connections for certain purposes. I'm picturing something where
> > something like a web app could open a transacation and using transparent
> > sessions in php or something like that, it could open a multipage
> > transaction that could be accessed using non-persistant connections.
*SNIP*
> If SQLRelay <http://sqlrelay.sourceforge.net/> doesn't do this already I'd
> bet it could be persuaded to fairly easily.
Thanks for the tip, I'll go look it over.