> Gettext translation being already loaded in memory, I suppose there's not much
> difference calling gettext method rather than fetching variables from memcache
> or other shared memory system.

I'm not sure why you would assume the gettext translation would already be in 
memory - the mo file will need to be read in for each page impression unless 
you have a shared memory system such as memcache or apc. This means an extra 
hit on the disk and time to process the mo file (for each mo file).

Robert
_______________________________________________
PHPTAL mailing list
PHPTAL@lists.motion-twin.com
http://lists.motion-twin.com/mailman/listinfo/phptal

Reply via email to