You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by Arkady Kasianski <Ar...@Amdocs.com> on 2004/03/03 18:22:29 UTC

FW: Is AXIS C++ client thread-safe?

> Hi,
> 
> Is AXIS C++ client thread-safe? We tried to run client on several
> threads and get error from the Receiver::Recv() method.
> 
> Please advice.
> 
> Thank you in advance,
> 

RE: Is AXIS C++ client thread-safe?

Posted by Susantha Kumara <su...@opensource.lk>.
FW: Is AXIS C++ client thread-safe?Yes the transport layer is not thread
safe. But the rest of the code is thread safe. If you check the transport
API you can use your own transport layer.

Thanks,

Susantha
  -----Original Message-----
  From: Arkady Kasianski [mailto:ArikKA@Amdocs.com]
  Sent: Wednesday, March 03, 2004 11:22 PM
  To: axis-c-dev@ws.apache.org; axis-c-user@ws.apache.org
  Subject: FW: Is AXIS C++ client thread-safe?


  Hi,

  Is AXIS C++ client thread-safe? We tried to run client on several threads
and get error from the Receiver::Recv() method.

  Please advice.

  Thank you in advance,