Part 1 of the IBM tutorial on XPCOM
(http://www-106.ibm.com/developerworks/components/library/co-xpcom.html)
discusses the lack of object proxy support in XPCOM (so you cant
directly use it to access objects across process or machine boundaries)
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.