WebFlow recursive behavior

Cantor, Scott cantor.2 at osu.edu
Fri Jan 24 15:34:08 EST 2014


On 1/24/14, 3:13 PM, "Brent Putman" <putmanb at georgetown.edu> wrote:

>
> (so not actually doing any SAML decoding, handlers, actions, etc), I get
>a Java stack overflow after 985 executions.

That's not terribly worrisome, not that I really expected it to be awful.
The stack frame size is basically fixed even for real actions; anything
that's really varied happens on top of the actions and then pops by the
time it calls the next one. I don't see us hitting even 200 actions
without a view-state.

I wasn't trying to panic anybody with my comments or on the call, just
saying that we probably needed to check.

-- Scott




More information about the dev mailing list