3 Jul
2006
3 Jul
'06
1:38 p.m.
--On 3. Juli 2006 15:38:58 +0200 Claudio Battaglino <c.battaglino@metaware.it> wrote:
Jens Vagelpohl ha scritto:
Could it be that, using a Python expression, I have an overhead because Zope loads a Python interpreter each time it finds a "python:"? If this is true then it is better to use path expression, if possible.
nah....Python expression are executed in a sandbox (RestrictedPython) which will introduce additional overhead..but let numbers speak...write a loop in TAL and compare the performance of path expressions vs. python expressions... don't guess, but measure... -aj