Hi all,

According to the conclusions of the cocoon-dev thread "Why does Action 
implement ThreadSafe ?", ThreadSafe implementation has been removed from 
Action and added to all non abstract existing implementations.

This means that :

- you should update your existing actions so that they implement 
ThreadSafe to keep the previous behaviour (one instance serves all requests)

- you can now choose the lifestyle of your actions depending on their 
implementation : ThreadSafe, Poolable, etc.

Sylvain.
-- 
Sylvain Wallez
Anyware Technologies - http://www.anyware-tech.com


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to