the second level cache has now a thread local
Session has 2 thread locals

especially the first one of the SLC do you really want to have a property on
the RequestCycle for that?
then you get really strange coupling.

i am not talking about the PageParameters. That could maybe go into the
request cycle
because that is pretty much core (is it web only or not??)

But i also need it for other stuff that are specific to specific
implementations of certain things
for example the AccessStackStore doesn't need such a thread locale but SLC
does..

johan


On 6/4/07, Eelco Hillenius <[EMAIL PROTECTED]> wrote:

> i am getting a bit tired of all those threadlocals that have to be
> cleaned... I already discussed this with matej and i thing we should
> give the RequestCycle metadata... then we can store any thing we want
> and it is auto cleanup

Agreed. RequestCycle currently doesn't have metadata though. What's
the advantage of using meta data there instead of a normal property? I
think none...

Eelco

Reply via email to