[Zope] Re: Threading, dtml and performance?!

Oliver Bleutgen Oliver Bleutgen <myzope@gmx.net>
Fri, 26 Oct 2001 13:18:25 +0200


> Hi

> I use mod_Proxy on my Apache. Apache also does a 128-bit SSL encr.

> The script I now use to test the situation is:

> <HTML><BODY>
> <dtml-in "_.range(999)">
> <dtml-in "_.range(999)">
> <dtml-in "_.range(999)">
> <dtml-in "_.range(999)">
> X
> </dtml-in>
> </dtml-in>
> </dtml-in>
> </dtml-in>
> </BODY></HTML>

> But !!!BEWARE!!! this takes really long! 

Did you actually try how long ;-)?

>Normally you'll have to restart
> Zope after a call to this function.

Alternativly, you can just kill the offending python 
thread (process/whatever).