Topics Man wrote:

> but it also says:
> 
>>There are some existing components that can help you do this, so it
>>isn't actually as tough as it sounds.
> 
> Anyone know to which components this is referring? I'm currently looking
> at the work needed to use XPCOM between processes (and ultimately
> machines), so it would be a great help to know what already exists as a
> starting point.
> 
> Cheers,
> Chris.

Hi Chris,

There are some SOAP components included in mozilla which you
could use to build your own XML based RPC mechanism.

You could also create an XPCOM session that runs behind a web
server and accepts HTTP based proxy requests. The client proxy
stub would use the HTTP component to talk to the remote server.

At some point someone will likely write a generic component that
uses the type library info (just like XPConnect) to proxy
any component with an IDL file. Unless I missed the announcement,
I don't think this has happened yet.

Regards,
Rick


Reply via email to