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
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,
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
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