Re: Transactions corruption and persistent connections

2004-05-10 Thread Hans Poo R.
16:48 -0400, Perrin Harkins wrote > On Fri, 2004-05-07 at 17:03, Hans Poo R. wrote: > > Fosis::handler is the main Dispatcher of the dynamic content. It can use the > > database handler via a Global variable $dbh > > It's not a good practice to put a database handle in a

Re: Transactions corruption and persistent connections

2004-05-07 Thread Hans Poo R.
rollback for dbname=puente;host=localhost^\userid^\x^\AutoCommit=0^\PrintError=1^\RaiseError=1^\Username=userid -- End of output Thank you Hans On Thu, 06 May 2004 12:41:06 -0400, Perrin Harkins wrote > On Thu, 2004-05-06 at 12:42,

Transactions corruption and persistent connections

2004-05-05 Thread Hans Poo R.
Hi all I'am using mod_perl-1.27, apache 1.3.28, Linux RedHat 9 and postgresql 7.4.2. I want to know, if it's necessary to rollback database connections on each request arrive with a PerlInitHandler, when using persistent database connections. This is the way i'am doing now (rolling back manually

Re: Transactions corruption and persistent connections

2004-05-06 Thread Hans Poo R.
2004 14:03:02 -0400, Perrin Harkins wrote > On Wed, 2004-05-05 at 13:01, Hans Poo R. wrote: > > I want to know, if it's necessary to rollback database connections on each > > request arrive with a PerlInitHandler, when using persistent database connections. > > Apache::DBI