[Seaside] Possible Memory Hog

Keith Hodges keith_hodges at yahoo.co.uk
Tue Apr 21 22:01:49 UTC 2009


I have this rendering code, in which the evaluator periodically
evaluates this callback, the callback re-renders this code. I seem to
have 100+ Mb of callbacks in memory which dont get clearup by the
tradidional clearAllHandlers.

Anyone have a clue what is going on, and how to get my mempry back?

thanks in advance

Keith

  
 
        div
            script: ( html evaluator
                every: self delay seconds;
                callback: [ :s | self goNext.
                               self applyCrossFadeTo: s.
                ]
            ).   




More information about the seaside mailing list