<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>We can talk forever of ways to consume resources and crash an image (or a linux kernel or a solaris one) and that would keep people distracted from doing stuff that matters.</div><div><br></div><div><div>I mean, it's okay to experiment and play, but came on man, give some real usage problems</div></div><div><br></div><a href="http://twitter.com/sebastianconcpt">sebastian</a><div><a href="http://twitter.com/sebastianconcpt"></a><br><div><br><div><div>On Nov 12, 2010, at 2:02 PM, Marten Feldtmann wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div> From my former VA problem I created a simple Component with the two methods:<br><br>renderContentOn: html<br> &nbsp;&nbsp;&nbsp;html text: DateAndTime now printString.<br> &nbsp;&nbsp;&nbsp;html paragraph: 'Hello World from Seaside.'.<br> &nbsp;&nbsp;&nbsp;html paragraph: [<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;html text: 'To learn more about Seaside components follow the link to the book: '.<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;html anchor<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;url: 'http://book.seaside.st/book/fundamentals/rendering-components';<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;with: 'Dynamic Web Development with Seaside'.<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;html text: '.' ].<br> &nbsp;&nbsp;&nbsp;1 to: 10000 do: [ :anIndex | html break. html anchor callback: [ ] ; with: 'www.heise.de' &nbsp;].<br><br>and:<br><br>updateRoot: aHTMLRoot<br><br> &nbsp;super updateRoot: aHTMLRoot.<br> &nbsp;aHTMLRoot meta<br> &nbsp;&nbsp;&nbsp;responseHeaderName: 'refresh' ;<br> &nbsp;&nbsp;&nbsp;content: 1 greaseString<br><br>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.<br>_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br></div></blockquote></div><br></div></div></body></html>