in reply to Re: Re: Re: Re: Don't understand END blocks in mod_perl
in thread Don't understand END blocks in mod_perl

Would it be possible to use only lexically scoped ('my') handles or do an explicit disconnect() at the end of your script?

What I don't understand is why you would need to have database connections alive after the script ends. Are your trying to pool database connections and in that way save on the cost of connecting each time? Doesn't Apache::DBI do that already?

CountZero

"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law

  • Comment on Re: Re: Re: Re: Re: Don't understand END blocks in mod_perl