Re: Multi threading in Axis2/C

2008-05-16 Thread Manjula Peiris
On Fri, 2008-05-16 at 11:19 +, Baxi, Rinilkumar (TCS) wrote: > Hello, > > I have been looking at the Axis2/C code. Axis configuration files indicate > that Axis supports multi threading. It appears at first glance that it is the > HTTP listener (in transport phase) which provides multi threa

RE: Multi threading in Axis2/C

2008-05-16 Thread Bill Mitchell
Hello Rinil, I see two aspects to the multi-threading question, whether Axis2C runs in a multi-threaded environment, and whether Axis2C itself takes advantage of a multi-threading. My experience has been on the client side; it seems your question may be on the server side, with which I am much le

Re: Multi threading in Axis2/C

2008-05-16 Thread Dinesh Premalal
"Baxi, Rinilkumar (TCS)" <[EMAIL PROTECTED]> writes: > Hello, > > I have been looking at the Axis2/C code. Axis configuration files > indicate that Axis supports multi threading. It appears at first > glance that it is the HTTP listener (in transport phase) which > provides multi threading support