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 Roshan Weerasuriya <ro...@opensource.lk> on 2004/06/13 14:13:06 UTC

Thread Safty at Axis Client Side Transport module

hi all,

I worked through the code regarding this issue. The current Axis Client 
Side Transport code at the CVS doesn't have any global or static variables. 
So the Client Side Transport is fairly Thread Safe.

Roshan