14 messages in com.mysql.lists.perlRe: Maintaining State/Cached Connections
FromSent OnAttachments
Jason Allocco06 Jun 2001 08:13 
ed phillips06 Jun 2001 09:34 
Jeremy Zawodny06 Jun 2001 10:05 
Dodger06 Jun 2001 12:30 
Todd Finney06 Jun 2001 16:14 
Dave Rolsky08 Jun 2001 00:11 
Jochen Wiedmann08 Jun 2001 01:21 
Todd Finney08 Jun 2001 07:49 
Jochen Wiedmann08 Jun 2001 08:54 
Todd Finney08 Jun 2001 09:58 
Jochen Wiedmann08 Jun 2001 15:18 
Stas Bekman08 Jun 2001 21:36 
Jochen Wiedmann10 Jun 2001 07:04 
Stas Bekman10 Jun 2001 07:32 
Subject:Re: Maintaining State/Cached Connections
From:Jochen Wiedmann (jo@ispsoft.de)
Date:06/08/2001 01:21:10 AM
List:com.mysql.lists.perl

On Wed, 6 Jun 2001, Dodger wrote:

If I have an active statement handle prepared in a startup file outside the script and available as a package global, will it go dead under mod_perl and Apache::DBI?

An *active* statement handle? That sounds to me like extremely bad programming practice. Why should you need an active handle?

If the intention is using the handle from within different threads (aka Apache processes): You can't do that anyways.