Re: Help required for uno interprocess logging

Stephan Bergmann <[email protected]>
Newsgroups gmane.comp.openoffice.devel.general
Message-ID <[email protected]>
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 as well as server side?

First of all, note that 
<http://qa.openoffice.org/issues/show_bug.cgi?id=116038> will completely 
change the code of the URP implementation.

The URP implementation does not assign unique IDs to calls.  However, if 
you want to attach an incrementing counter to the calls, you obviously 
need to do so consistently (e.g., attaching it to the special 
queryInterface calls on either both ends or on none).  See 
<http://wiki.services.openoffice.org/wiki/Uno/Remote/Specifications/Uno_Remote_Protocol#Special_Messages> 
for all the special calls involved in URP.

-Stephan
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.