Hi Tim,

Welcome to mod_perl!

> I would like to cache this information somehow so 
> that the authorization handler doesn't need to perform these operations 
> over.

Put it in $r->pnotes() and it will be available in later phases.

> I am already using IPC::Shareable in the authentication handler 
> and would prefer to not use that mechanism.

I recommend avoiding IPC::Shareable for anything.  Cache::FastMmap is a
lot faster.

- Perrin


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to