Yes. We use a pool architecture to allow multiple threads to interact with OOo. The pool insures that only one thread at a time talks to one instance of OOo at a time. We modeld it off of the JDBC connection architecture but instead of a database connection, you get an OOo connection.
-----Original Message----- From: Henri Sivonen [mailto:[EMAIL PROTECTED] Sent: Monday, June 20, 2005 12:36 PM To: [email protected] Subject: Re: [api-dev] How stable is the Java API ? On Jun 17, 2005, at 16:57, Stephan Bergmann wrote: > Do you call OOo from multiple threads? It is a known issue that OOo > does not survive such scenarios for very long. Is it safe to call OOo from multiple threads is only one thread is calling OOo at any given moment? -- Henri Sivonen [EMAIL PROTECTED] http://hsivonen.iki.fi/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
