in reply to Re: Re: perl_mod caching DBI responses
in thread perl_mod caching DBI responses
You can read about issues with globals and other things in the mod_perl guide. By the way, this is what I meant about possibly using Apache::PerlRun instead of Apache::Registry. Apache::PerlRun will clear globals, which would have made your code work, but it's not as fast because of this.
|
|---|