[api-dev] Access violation in urp_uno when using API from C# on Windows 7

2010-11-11 Thread Jim Talbut
Hi, I hope this is the right place to discuss this. I'm in the process of using C# writing a web service to perform document conversions (there are a few reasons why I can't just use JodConverter). I'm starting multiple instances of OpenOffice and I'm able to carry out multiple conversions

Re: [api-dev] Access violation in urp_uno when using API from C# on Windows 7

2010-11-11 Thread Jürgen Schmidt
Hi Jim, you have posted on a mailing where subscription is required. Please subscribe under http://api.openoffice.org/servlets/ProjectMailingListList. Otherwise you won't get a reply to your emails directly. Thanks Juergen On 11/11/10 1:07 PM, Jim Talbut wrote: Hi, I hope this is the

Re: [api-dev] Access violation in urp_uno when using API from C# on Windows 7

2010-11-11 Thread Stephan Bergmann
On 11/11/10 13:07, Jim Talbut wrote: In this instance I've got 8 soffice.bin processes running, and the test has run through 40+ documents 12 times before hitting the issue. Also if I reconfigure to run only a single soffice.bin process I don't hit the problem (or at least, not in a reasonable

Re: [api-dev] Access violation in urp_uno when using API from C# on Windows 7

2010-11-11 Thread Stephan Bergmann
On 11/11/10 13:07, Jim Talbut wrote: In this instance I've got 8 soffice.bin processes running, and the test has run through 40+ documents 12 times before hitting the issue. Also if I reconfigure to run only a single soffice.bin process I don't hit the problem (or at least, not in a reasonable

RE: [api-dev] Access violation in urp_uno when using API from C# on Windows 7

2010-11-11 Thread Herter, Scott
Another thing to look at is thread management. We do something similar in Java and we started out with lots of sporadic problems which turned out to be two threads trying to process documents on the same instance of OpenOffice at the same time. We wrote a simple resource handler similar to