RE: Open Office Issue
László Meskó <[email protected]>
| Newsgroups | gmane.comp.openoffice.devel.general |
|---|---|
| Message-ID | <OF289BA638.EBF6B049-ONC1257805.00310993-C1257805.003109BC@pontsystems.eu> |
-----Atul Kumbhkarni <[email protected]> ezt írta: ----- [...] >users are required to upload their MS Office files into the same and >the OO convert these files into PDF programmatically using php & OO. > >All goes well with most of the document but at times PDF conversion >hangs and the web application also hangs and we have to restart the >OO. > Hi, I suppose the hang occurs when multiple users uploading a doc at almost the same time. We had a similar project some years ago with OOo 2.4. We have noticed that the OOo interface is "single threaded", so try to make a "job queue" accepting the upload conversion requests, and give the conversion commands one-by-one to the OOo instance. Ensure that OOo will not get the next conversion request before the previous is finished. I'm wandering whether my guess is correct, and OOo 3.2 is still single threaded. Thanks, LML