ProfileRequestContext accessibility outside flow actions
Cantor, Scott
cantor.2 at osu.edu
Thu Aug 13 16:18:42 EDT 2015
>One possible issue that I can think of is the danger of circular references, which would inhibit garbage collection, I think.
Right, that's also why I'm a little hesitant. But it is already in the session after all.
But at the same time, per-request references should be very temporary.
>Do we ever store references to the request anywhere in in the PRC? I didn't think so, at least not directly, but not 100% sure.
If you mean the servlet request, I don't think so.
-- Scott
More information about the dev
mailing list