[Zope] How do reset a dtml-var

Chris Withers chrisw@nipltd.com
Tue, 04 Jun 2002 12:35:03 +0100


Chris Gray wrote:
> 
> A caveat about the REQUEST.set method:
> 
> There is a memory leak associated with this technique.  Use it as
> sparingly as possible.

I don't think your memory leak is associated with doing a REQUEST.set, unless
you're doing something that ends up doing:

REQUEST.set(xxx,REQUEST)

...in some way, in which case it's an application problem ;-)

cheers,

Chris