Hi Bruno,

> Thomas / Matthew- Could you tell me which are the best way of
> communication between process with OpenOffice? I was thinking about
> using sockets (OO core communicates with the other thread  by a socket)
> would you have another preferred way?

UNO API!
I thought I already mentioned that this is the way to go...

UNO itself uses sockets to communicate.
You could open sockets yourself but since it is not expected no
one will listen to it on the other side.
And since the component will (usually) run on the very same box
as the application you don't even need the bootstrap to connect.
And UNO can also take care of things if they happen on different
machines! You need not to bother with these details at all.

Just define the API (see IDL files) and implement it in C/C++ using
UNO and you will be fine!
If you have questions ask how to do specific things in UNO.


> Er, about the algorithm I posted yesterday what did you think?

I still have to look at that posting. Since it is a longer one I put
that on the end of my list. Also I still need to answer you last mail.


Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to