[email protected] wrote: > Dear Sir , > 「Server Main」--> is application main() function > the entry point is ---->> > start_threads_and_wait_for_them_to_finish(); > > so,i need do again ( XMLPlatformUtils::Initialize and > XMLPlatformUtils::Terminate ) > in start_threads_and_wait_for_them_to_finish() ? No, you do not want to call it in each thread. It only needs to be called once per process, _before_ the threads start processing.
Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
