Jay Truesdale wrote:

>So, it is considered 'good practice' or 'required practice' to do an
>untie at the end of a request?
>
>I can put this in a <%cleanup> section of the final compoent in the
>call tree, correct?
>
>  
>
I would suggest doing it further up the chain than that.  If you have 
your own
ApacheHandler object, that may be the best place, being sure to catch 
errors in
an eval block, and be sure it gets untied.

A <%cleanup> section may not be called in the case of an $m->abort, 
$m->redirect,
or an error that stops execution, leaving you with a similar, but harder
to diagnose problem.



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users

Reply via email to