Sylvain Wallez wrote:
Ralph Goers wrote:
No, but it makes sense since they each have characterstics that are
incompatible with each other.
SingleThreaded implies that the class is a singleton and is not
thread safe and should essentially be executed in a serial fashion (a
huge bottleneck).
SingleThreaded doesn't mean singleton! It means that the class is not
reentrant and not reusable, leading the system to create a new
instance each time the component is looked up. This is also the
default for component that implement no lifestyle interface.
Thanks. I don't know how I botched that quiz.
Ralph
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]