On 8/28/06, andyhot <[EMAIL PROTECTED]> wrote:
Henri Dupre wrote: > On 8/28/06, Rodnei Couto <[EMAIL PROTECTED]> wrote: >> >> I did this and it didn't work.... it seems that Tapestry still does not >> send the html to the browser... >> >> Is it expected that Tapestry will render everything before sending the >> output to the browser? > > > This is quite strange... what do you have inside your loop? I suspect > that > these components could be optimized. > Tapestry 4 doesn't buffer and it sends the output straight to the > browser. if you're using @Body, it does buffer... it needs to gather all contributed javascript and render them in the correct places.
Actually even in the case of buffering, I'd be surprised that it is the output that is really causing the out of memory. I don't know what is the -Xmx parameter used but a fair guess is that there would be at least 100 mb of memory free? Even with 10000 elements, 100 mb would be really alot. -- Henri Dupre Actualis Center
