Hi, I'd like to start up two instances of OpenOffice on one machine. One JVM is my main engine, servicing normal user requests, some of which may request a document. A second JVM on my server is a "worker" service, processing batches of documents at a time.
Ideally, I'd like each JVM to have their own OO instance so that they don't conflict each other or cause each other latency when processing their requests. Is this possible? Are their drawbacks to having two OO instances on one machine? Should I be using libraries or some other way to use OO to do my file conversions without actually using OO instances? Thoughts? Aaron --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
