Re: Mixed oneway and normal/synchronous UNO interface calls

2012-09-11 Thread Karsten Burger
We have done tests here and it works as described: when a synchronous call follows previous oneway calls, it waits until the oneeways are finished. The sequence is ordered for the caller thread. We used OpenOffice URE and SDK sources Version 2.3.0 (OO680_m5). As far as I remember our company

Re: Mixed oneway and normal/synchronous UNO interface calls

2012-09-11 Thread Jürgen Schmidt
On 9/11/12 10:20 AM, Karsten Burger wrote: We have done tests here and it works as described: when a synchronous call follows previous oneway calls, it waits until the oneeways are finished. The sequence is ordered for the caller thread. thanks for the update We used OpenOffice URE and

Re: Mixed oneway and normal/synchronous UNO interface calls

2012-09-11 Thread Karsten Burger
Hello Juergen, yes there is a project to update to the new version 3.4. Thanks, Karsten Original-Nachricht Datum: Tue, 11 Sep 2012 10:54:19 +0200 Von: Jürgen Schmidt jogischm...@gmail.com An: ooo-dev@incubator.apache.org Betreff: Re: Mixed oneway and normal/synchronous UNO

Re: Mixed oneway and normal/synchronous UNO interface calls

2012-08-17 Thread Karsten Burger
Original-Nachricht Datum: Thu, 16 Aug 2012 17:30:04 +0200 Von: Jürgen Schmidt jogischm...@gmail.com An: ooo-dev@incubator.apache.org Betreff: Re: Mixed oneway and normal/synchronous UNO interface calls On 8/16/12 4:49 PM, Andre Fischer wrote: On 16.08.2012 15:19, Karsten

Mixed oneway and normal/synchronous UNO interface calls

2012-08-16 Thread Karsten Burger
Hello, I posted this to ooo-users but was advised to post it here: I found this guarantee for oneway calls: http://www.openoffice.org/udk/common/man/uno.html sequence of calls: UNO allows declaring a method oneway (or asynchron). Multiple, oneway calls are guaranteed to be

Re: Mixed oneway and normal/synchronous UNO interface calls

2012-08-16 Thread Andre Fischer
On 16.08.2012 15:19, Karsten Burger wrote: Hello, I posted this to ooo-users but was advised to post it here: I found this guarantee for oneway calls: http://www.openoffice.org/udk/common/man/uno.html sequence of calls: UNO allows declaring a method oneway (or asynchron). Multiple,

Re: Mixed oneway and normal/synchronous UNO interface calls

2012-08-16 Thread Jürgen Schmidt
On 8/16/12 4:49 PM, Andre Fischer wrote: On 16.08.2012 15:19, Karsten Burger wrote: Hello, I posted this to ooo-users but was advised to post it here: I found this guarantee for oneway calls: http://www.openoffice.org/udk/common/man/uno.html sequence of calls: UNO allows

Re: Mixed oneway and normal/synchronous UNO interface calls

2012-08-04 Thread Andrea Pescetti
Moving the request below to ooo-dev since it is probably too technical for ooo-users. Please replay to ooo-dev and Karsten, the original poster. On 23/07/2012 Karsten Burger wrote: Hello, I found this guarantee for oneway calls: http://www.openoffice.org/udk/common/man/uno.html sequence of