I am writing a MT server that will use xml4c from IBM. The documentation says that XMLPlatformUtils::Initialize(); and XMLPlatformUtils::Terminate(); are per process parser initialization/termination.
Each thread in my server will create an instance of IDOMParser. Do I do call the Initialize() method before any threads are called or do I call Initialize from each thread using a mutex? When would I call Terminate()? From each thread? Thanks Jason --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
