Hi,
I'm
using
When I test my
webapp in DEBUG mode, I have the following lines in the sitemap.log file
:
DEBUG
(2004-02-09) 11:11.41:727 [sitemap] (/test/)
tcpConnection-80-0/DefaultComponentFactory: ComponentFactory creating
new instance of
mobivisit.acting._common.SessionIsValidAction.
DEBUG (2004-02-09) 11:11.41:727 [sitemap] (/test/) tcpConnection-80-0/DefaultComponentFactory: logger attribute is sitemap.action.session-isvalid
DEBUG (2004-02-09) 11:11.41:727 [sitemap] (/test/) tcpConnection-80-0/DefaultComponentFactory: ComponentFactory decommissioning instance of mobivisit.acting._common.SessionIsValidAction.
DEBUG (2004-02-09) 11:11.41:727 [sitemap] (/test/) tcpConnection-80-0/DefaultComponentFactory: logger attribute is sitemap.action.session-isvalid
DEBUG (2004-02-09) 11:11.41:727 [sitemap] (/test/) tcpConnection-80-0/DefaultComponentFactory: ComponentFactory decommissioning instance of mobivisit.acting._common.SessionIsValidAction.
If I had pool-min or
pool-max parameters in my sitemap, it doesn't change
anything.
Isn't it possible to have a Cocoon action poolable
?
I have seen in the
doc that there are such actions like AbstractXMLFormAction
which implements the excalibur.pool.Poolable
interface.
Do you think I
can have better performances if I implement this interface in my actions
?
Vincent
