From: Alexis O'C. <ale...@co...> - 2005-07-15 11:20:13
|
> > What Alexis would prefer is English and Russian users get > template_thingy.class which contains logic to query the User object, get > their language preference and load the appropriate strings. > > I can't see how that improves on the current design. Every page access > would then have the extra overhead of all that User centric logic. > > Alistair > Exactly! I think the performance issue is a misnomer. Sure we'd have to profile it, but in the general scheme of things we find that at Oxford Bodington spends relatively very little time in the servlet container and lots of time in the database. You're not still using Tomcat 4 instead of 5 are you? The performance increase is considerable ;-). Alexis |