On Wed, Jan 10, 2001 at 07:53:23PM -0500, Ed Park wrote:
> John--
>
> Another thing you may want to look into is just doing an
> "alter session set current_schema" call at the top of your mod_perl page.
> This is actually significantly faster than Tim's reauthenticate solution
> (about 7X, according to my benchmarks).
But, I believe, it only does a small part of what reauthenticate does so
would be appropriate in fewer cases (eg where security wasn't an issue).
(Worth adding to the docs though, patches welcome - as always.)
Tim.