On 9/19/06, Philip Tellis philip.tellis@gmx.net wrote:
Sometime Today, KG cobbled together some glyphs to say:
string replacement is handled by python's gettext module so it is runtime replacement from the compiled .mo file. All content is pulled from the
that's bad. won't scale.
I would say its a matter of striking a balance on how much of runtime and how much of pre-processed. Surprisingly the same problems apply everywhere all the times :)
The easier option is to have some amount of the content being stored in pre-processed cache if an n number of hits for a particular language happen.
just my 2 paise :D
regards, C