Hi, I use OpenOffice 3.0.1 as a headless server to process and convert documents. The client is a web java application. The single most important requirement is reliability.
After reading many posts I concluded that the best solution was to make the client send to the OOserver only one request at a time and to have the OO server and client application run on the same host. I have still however some doubts after reading some posts. It seems even that way I could experience some bugs. memory leaks and even sometimes crashes. (see: http://api.openoffice.org/servlets/ReadMsg?list=dev&msgNo=21188) A proposed solution is to use oood.py. Does it work fine and reliably with OO 3+? If not, has someone of you successfully implemented a solution that meet similar requirements than the ones I have? Could you share you solution? Thanks.
