On Monday 22 July 2002 01:44 pm, Berin Loritsch wrote:
> * Fortress has the Handler classes and support for four different
> handler
>   types--although I would like to see the pure factory (i.e. no reuse)
>   handler to be deprecated and serious warnings to be posted if it is
> used.
>   Any component that requires its use is poorly designed.

There's no harm in keeping it around. People can potentially shoot themselves 
in the foot if they like :)

I have some components that can be used for a SAX pipeline, and thus the 
components aren't threadsafe. I decided for a factory vs pooling because the 
program only needs one component every 24hrs, since it is part of an EDI 
interface. A pool seemed like a waste of resources.

-pete

-- 
peter royal -> [EMAIL PROTECTED]

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

Reply via email to