![]() |
|
Welcome to the Monastery | |
PerlMonks |
Re: Locale::Maketext Scoping Questionby lachoy (Parson) |
on Mar 24, 2005 at 03:44 UTC ( #441949=note: print w/replies, xml ) | Need Help?? |
Just call 'get_handle()' for each request and make that handle available to every part of your app that needs it. Getting the language handle is a fairly lightweight operation (just resolving the available language/s into the right class) and trying to use a handle per apache process is serious premature optimization. Chris
In Section
Seekers of Perl Wisdom
|
|