Theoretically I think it is thread-safe. But the routines being used are not and obviously should be replaced with the thread-safe ones. Open a JIRA issue.
Nadir K. Amra "Yury Novitsky" <[EMAIL PROTECTED]> wrote on 05/04/2006 08:41:17 AM: > Hi All, > > My question relates to AXIS C++ client: is it thread-safe? > I noticed that it uses gmtime() and localtime() methods which are > not thread-safe (there are thread-safe versions of the methods: > gmtime_r() and localtime_r() respectively). > Do I miss something? Please advice. > > Thank you in advance, > Yury. > > > > This message and the information contained herein is proprietary and > confidential and subject to the Amdocs policy statement, > you may review at http://www.amdocs.com/email_disclaimer.asp
