bryan rasmussen wrote: > Hi Mathias, > > The main thing that will need to be done is to convert between various > formats using OO as the conversion engine, the problem is that with > the requirements it can be that we will need to be running conversions > concurrently. Conversion is one of the services offered up by a server > in a client server architecture (it is not a webserver in the current > version).
Conversions don't need any user interaction, with one exception (html import in Writer) you don't even need a view for it. > Conversions are started by a queue manager and monitored for progress > by a separate monitoring process. OOo is not able to process files concurrently. For stability and also for best performance you should let you queue manager manage the requests and make sure that only one conversion happens at a time. > So I am worried also about stuff like being able to increase memory > available to OO as need be... I don't see any need to do that, at least not in case your queue manager serializes the calls. Ciao, Mathias -- Mathias Bauer (mba) - Project Lead OpenOffice.org Writer OpenOffice.org Engineering at Sun: http://blogs.sun.com/GullFOSS Please don't reply to "[EMAIL PROTECTED]". I use it for the OOo lists and only rarely read other mails sent to it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
