Re: ajax and rundata disposal

Christian Kaiser <[email protected]> Tue, 08 Dec 2009 16:30:35 +0100
Newsgroups gmane.comp.jakarta.turbine.user
Message-ID <1260286235.2735.29.camel@kaiser00c-desktop>
> Yes, performance is the key here. The difference is that this switch
> makes *all* tools refresh themselves on every request, while the scope
> change affects your single tool only.
> 

Ok, thanks.

> Again, I can only emphasize that RunData objects should not be used in
> any other scope than request. 

I use the RunData only in a tool to help rendering a response from a
template.
So this is only for one request.

Setting the scope to request does actually work.

The solution provided in
http://turbine.markmail.org/message/xchloohdlo7enj2l should work too,
but haven't used it so far.

bye 
christian