Re: Axis2 - Inbuilt thread support

2008-10-06 Thread Samisa Abeysinghe
party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. Date: Sun, 5 Oct 2008 09:58:59 -0400 From: [EMAIL PROTECTED] To: axis-user@ws.apache.org Subject: Re: Axis2 - Inbuilt thread support Hi All, I'm working on an Axis2

Re: Axis2 - Inbuilt thread support

2008-10-06 Thread Samisa Abeysinghe
than intended recipient. Sender does not necessarily endorse content contained within this transmission. Date: Sun, 5 Oct 2008 09:58:59 -0400 From: [EMAIL PROTECTED] To: axis-user@ws.apache.org Subject: Re: Axis2 - Inbuilt thread support Hi All, I'm working

Re: Axis2 - Inbuilt thread support

2008-10-05 Thread Deepal jayasinghe
Hi All, I'm working on an Axis2 Observer. Currently the process inside the 'serviceUpdate' call back run synchronously by holding the main thread. I want to make that process asynchronous by implementing a thread model and handover the process to a worker thread. Is there an inbuilt thread

Re: Axis2 - Inbuilt thread support

2008-10-05 Thread Andreas Veithen
ConfigurationContext#getThreadPool(). Andreas On 5 oct. 08, at 15:58, Deepal jayasinghe wrote: Hi All, I'm working on an Axis2 Observer. Currently the process inside the 'serviceUpdate' call back run synchronously by holding the main thread. I want to make that process asynchronous by

RE: Axis2 - Inbuilt thread support

2008-10-05 Thread Martin Gainty
2008 09:58:59 -0400 From: [EMAIL PROTECTED] To: axis-user@ws.apache.org Subject: Re: Axis2 - Inbuilt thread support Hi All, I'm working on an Axis2 Observer. Currently the process inside the 'serviceUpdate' call back run synchronously by holding the main thread. I want to make

Axis2 - Inbuilt thread support

2008-10-04 Thread Asanka Abeysinghe
Hi All, I'm working on an Axis2 Observer. Currently the process inside the 'serviceUpdate' call back run synchronously by holding the main thread. I want to make that process asynchronous by implementing a thread model and handover the process to a worker thread. Is there an inbuilt thread