https://bz.apache.org/bugzilla/show_bug.cgi?id=59220

--- Comment #5 from Scott Nicklous <nisco...@googlemail.com> ---
I know what you mean and agree with you. 

>From Tomcat's point of view, the Pluto portal is an application. However, Pluto
itself hosts portlet applications that may come from various sources. The
question is how can Pluto release its resources allocated to a portlet async
request if the portlet application misbehaves or has an exception and does not
call complete()? 

My idea was that Pluto could register an AsyncListener of its own (in addition
to any AsyncListeners possibly registered by the portlet applications) to
release its resources during the onComplete call. But that only works if the
underlying container (Tomcat, in this case) assures that onComplete is called
under all circumstances.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to