Re: tcp transport problem: multithread blocking sending doesn't work

2007-08-29 Thread Deepal Jayasinghe
Hi , We have not done enough testing on TCP specially in multi thread environment. So the issue you have faced should be an limitation in Axis2 (in TCP transport) , so please create a JIRA we will definitely looking to it. Thanks Deepal 杨健 wrote: > hi, axis2ers > > I create a webservices to sen

tcp transport problem: multithread blocking sending doesn't work

2007-08-27 Thread 杨健
hi, axis2ers I create a webservices to send datas, and http,jms transport works fine with multithread sending, but not for tcp. TCP uses ws-addressing in both client and server sides, and it works fine in single thread. In the case of multithread, e.g., 1. a thread T1 created to send data D1, use