[Zope] Re: slow python scripts

Evan Simpson evan at tokenexchange.com
Wed Mar 16 11:27:59 EST 2005


Tim Morgan wrote:
>  From my reading, there are some new security checks being done with 
> each call to the script. Is this correct? In any case, I need some 
> options for how I can speed this up. Is there some less-secure Python 
> script product I can install for just this purpose?

The first thing I'd recommend trying is to use the Bindings tab of the 
Script to eliminate any bindings that it doesn't use.  For example, if 
the Script is a "pure function" that depends only on the arguments you 
pass to it, eliminate all bindings.

Cheers,

Evan @ 4-am



More information about the Zope mailing list