[Seaside] seaside sessions not cleared

Johan Brichau johan at inceptive.be
Sat Nov 13 19:57:32 UTC 2010


Hi Marten,

I'm seeing the same thing happening. 
The memory is only freed when I do a 'clear sessions' in the seaside tool.

This is strange because it seems the sessions should be cleared automatically in this case... (or I'm overlooking something too).

Johan

On 12 Nov 2010, at 17:02, Marten Feldtmann wrote:

> From my former VA problem I created a simple Component with the two methods:
> 
> renderContentOn: html
>    html text: DateAndTime now printString.
>    html paragraph: 'Hello World from Seaside.'.
>    html paragraph: [
>        html text: 'To learn more about Seaside components follow the link to the book: '.
>        html anchor
>            url: 'http://book.seaside.st/book/fundamentals/rendering-components';
>            with: 'Dynamic Web Development with Seaside'.
>        html text: '.' ].
>    1 to: 10000 do: [ :anIndex | html break. html anchor callback: [ ] ; with: 'www.heise.de'  ].
> 
> and:
> 
> updateRoot: aHTMLRoot
> 
>  super updateRoot: aHTMLRoot.
>  aHTMLRoot meta
>    responseHeaderName: 'refresh' ;
>    content: 1 greaseString
> 
> then I use a chrome with three tabs and after 2 hours the Pharo image (the latest own downloadable) throws an out-of memory exception.
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



More information about the seaside mailing list