Schaible, J�rg wrote
But, you may have read my answer to Steve already, I do not feel to comfortable running all my components in separate threads ... what does Fortress?
This is totally under your control:
singleton - an appliance manages exactly one component instance
that is shared across all clients
per-thread - an appliance maintains a unique component instance
per consumer thread
transient - a new instance is create pre request
pooled - maintains a pool of components
Cheers, Steve.
--
Stephen J. McConnell
mailto:[EMAIL PROTECTED]
http://www.osm.net
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]