Wouldnt the component thread as needed for incoming requests? On Fri, 2006-12-15 at 13:19, jun wrote:
> Hi, how can I spawn multiple instances of a component (like a stateful > binding component) in ServiceMix? I did some search in the forum but did not > find any direct answers. > > My current understanding is that after a request is received by SM, the > container will create a new thread to access the binding component, that's > why we need to make the component thread-safe > (http://www.nabble.com/Component-Instances-tf1486517s12049.html#a4026326). > However if that is the case, how does multiple instances of a component come > into play (Guillaume mentioned "any instance of the component" in this post > http://www.nabble.com/in-out-and-clustering-tf1429578s12049.html#a3855754) > > Is there documentations on the life cycle of SM, something like the > documentations for the life cycle of a servlet? > > Thank you! > Jun > -- > View this message in context: > http://www.nabble.com/Multiple-instances-of-a-component-tf2828672s12049.html#a7896675 > Sent from the ServiceMix - User mailing list archive at Nabble.com.
