You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by David Bertoni <db...@apache.org> on 2009/05/22 07:57:39 UTC

Re: Is XMLPlatformUtils::Initialize safe ?

y_tzeng@tsmc.com wrote:
> Hi ,
>         I have a c++ multi-thread application in AIX
> 
>         In Multi-thread env , can i use for that ?
No, you must synchronize the calls.  The other option is to simply 
initialize when your application starts, and terminate when it ends.

Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org