Re: Questions regarding threading related practices

2006-10-17 Thread Jeremy Boynes
On Oct 17, 2006, at 8:01 AM, Peter Cousins wrote: 1) Do you think bindings need to advertise whether they use non-WorkScheduler threading via the manifest or some other mechanism to accommodate deployment issues/constraints? Perhaps. In our model there is nothing special about bindings - th

RE: Questions regarding threading related practices

2006-10-17 Thread Peter Cousins
Sent: Tuesday, October 17, 2006 12:47 AM To: tuscany-dev@ws.apache.org Subject: Re: Questions regarding threading related practices Hi Peter, Comments inline... Jim On Oct 16, 2006, at 7:39 PM, Peter Cousins wrote: > What is considered the best practice for propagating classLo

Re: Questions regarding threading related practices

2006-10-16 Thread Jim Marino
Hi Peter, Comments inline... Jim On Oct 16, 2006, at 7:39 PM, Peter Cousins wrote: What is considered the best practice for propagating classLoader and compositeContext across threads? For example when a binding dispatches to a service, should it be copied from the thread that initialized

Questions regarding threading related practices

2006-10-16 Thread Peter Cousins
What is considered the best practice for propagating classLoader and compositeContext across threads? For example when a binding dispatches to a service, should it be copied from the thread that initialized the binding to the thread where the binding dispatches? For example, the Axis binding prop