Hi Oscar, Oscar Picasso wrote:
> Hi Mathias, > > 1- The client is written in java so I guess I could run into the "garbage > collection" problems you mentioned. Correct? Yes. > 2- If so is there a mean to prevent to run into those problems while still > using the UNO service you mentioned. I thought about simply calling OO via a > synchronized method in my client. Any idea if it it would be the correct > approach (well in that case I wouldn't even use OO multithread > capabilities)? > Or maybe a better one? If your problem is the Garbage Collection, this wouldn't help. But if not, this could solve your problem. > 3- What is the "UNO service that can be called with an object receiving a > callback"? Have you any pointer about it (documentation, sample code etc.)? I'll dig that out. Regards, 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]
