Re: [dev] Help required for uno interprocess logging

2010-12-31 Thread Sudeep Krishnadasan
Hi, Thanks for your inputs. We tried attaching incrementing a counter, however the counter does not remain in sync becasue of the special queryInterface/release methods which is either called exclusively on client side or server side. We are thinking on the following steps. 1. IIntroduce our

[dev] Help required for uno interprocess logging

2010-12-15 Thread Sudeep Krishnadasan
Problem Statement: We are interested to log the calls processed through uno remote bridge (urp bridge). For each interface method invoked through uno remote bridge (urp bridge), we are interested to generate unique id and log the same on client side as well as on server side. Following points

Re: [dev] Help required for uno interprocess logging

2010-12-15 Thread Stephan Bergmann
On 12/15/10 10:15, Sudeep Krishnadasan wrote: Does the current implementation of uno urp maintain unique identifier for each method calls? If no then, could you please share your ideas on, How to maintain unique id for each method calls processed through uno urp bridge and log the same on client