You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Sylvain Wallez <sy...@anyware-tech.com> on 2001/08/22 14:20:02 UTC

IMPORTANT : ThreadSafe removed from Action

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: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>