| List: | MySQL and Perl | « Previous MessageNext Message » | |
| From: | Jochen Wiedmann | Date: | June 8 2001 8:21am |
| Subject: | Re: Maintaining State/Cached Connections | ||
| View as plain text | |||
> 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.
| Thread | ||
|---|---|---|
| • DBD::mysql Problems | Jason Allocco | 6 Jun |
| • Re: DBD::mysql Problems | Jeremy Zawodny | 6 Jun |
| • Re: DBD::mysql Problems | ed phillips | 6 Jun |
| • Maintaining State/Cached Connections | Dodger | 6 Jun |
| • Re: Maintaining State/Cached Connections | Todd Finney | 7 Jun |
| • Re: Maintaining State/Cached Connections | Dave Rolsky | 8 Jun |
| • Re: Maintaining State/Cached Connections | Jochen Wiedmann | 8 Jun |
| • Re: Maintaining State/Cached Connections | Todd Finney | 8 Jun |
| • Re: Maintaining State/Cached Connections | Jochen Wiedmann | 8 Jun |
| • Re: Maintaining State/Cached Connections | Todd Finney | 8 Jun |
| • Re: Maintaining State/Cached Connections | Jochen Wiedmann | 9 Jun |
| • Re: Maintaining State/Cached Connections | Stas Bekman | 9 Jun |
| • Re: Maintaining State/Cached Connections | Jochen Wiedmann | 10 Jun |
| • Re: Maintaining State/Cached Connections | Stas Bekman | 10 Jun |
