gecko-dev/xpcom/remote
idk%eng.sun.com c3a75ec8af Addon to my last checkin.
sorry
1999-12-23 01:26:39 +00:00
..
client Initial check in for remote xpcom module. 1999-12-23 01:16:05 +00:00
common Initial check in for remote xpcom module. 1999-12-23 01:16:05 +00:00
server Initial check in for remote xpcom module. 1999-12-23 01:16:05 +00:00
tests Addon to my last checkin. 1999-12-23 01:26:39 +00:00
Makefile Initial check in for remote xpcom module. 1999-12-23 01:16:05 +00:00
Makefile.in Initial check in for remote xpcom module. 1999-12-23 01:16:05 +00:00
README Initial check in for remote xpcom module. 1999-12-23 01:16:05 +00:00
TODO Initial check in for remote xpcom module. 1999-12-23 01:16:05 +00:00

This document is under construction.
I am going to continue writing it after 01/10/2000

The main goal of module is to give services for calling xpcom objects across
process boundaries.

Currently we are providing one to one relation 
        1
server <== client

The reason of this is that this project was started to help blackwood
projects to use oji on solaris.
(Under solaris jvm is running in a separate process.)
In this specific case we need to have only one to one relation 
(We have one jvm per mozilla running)
------------------------
sources are organized as follows:

server/ - server related
client/ - client related
common/ - related to bough
tests/  - tests for this

-----------------------------------
This code was tested under solaris only