Hi,

No, we're not using any masonX modules at all, and we're not using sessions either. Our app is pretty stateless.

Thanks!
-mm


Justin Cook wrote:
Not sure if this is related but do you use
MasonX::Request::WithApacheSession to do your sessions? I ran into
trouble accessing $m->session->{} parameters where the page would lock
up. It had something to do with the locking on the session table. I
remember now... It was when I was calling a component and using
$m->session->{} parameters like so:

<& 'comp.mas', %ARGS, param1 => $m->session->{param1} &>

On certain pages(not all IIRC) that had a component call like about
would cause MySQL to lock up. I believe that I just modified my scripts
and removed any $m->session variables out of component calls.

Justin





-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Mason-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to