On 03/29/10 15:31, Patrick Bernard wrote:
I'm writing an extension in C++. The extension uses global variables, but doesn't create threads. Since OpenOffice.org is multithreaded, can race conditions and other threading problems occur with my global variables ?
Yes, your C++ implementation should be written in such a way that the interface methods of the UNO API it implements can be called by arbitrary threads, in arbitrary patterns.
-Stephan --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
