Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Locale::Maketext Scoping Question

by lachoy (Parson)
on Mar 24, 2005 at 03:44 UTC ( [id://441949]=note: print w/replies, xml ) Need Help??


in reply to Locale::Maketext Scoping Question

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
M-x auto-bs-mode

Replies are listed 'Best First'.
Re^2: Locale::Maketext Scoping Question
by jk2addict (Chaplain) on Mar 24, 2005 at 13:39 UTC

    Thanks. I wasn't really trying to optomize per se. I just didn't want to be in the position later of having no L10N working due to an unknown scoping practice on my part witrh Locale::Maketext.

    -=Chris

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://441949]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (3)
As of 2024-04-18 23:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found