gecko-dev/xpcom/remote
idk%eng.sun.com c000d75fca ** not part of tbox build **
Renamed makefiles.
2000-07-15 01:37:28 +00:00
..
client Initial check in for remote xpcom module. 1999-12-23 01:16:05 +00:00
common Fixed typo 2000-02-15 20:15:08 +00:00
server Initial check in for remote xpcom module. 1999-12-23 01:16:05 +00:00
tests ** not part of tbox build ** 2000-07-15 01:37:28 +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 updated README 2000-03-03 19:40:52 +00:00
TODO Initial check in for remote xpcom module. 1999-12-23 01:16:05 +00:00

README

This document is under construction.


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

Currently we are providing communication between two processes only
        1
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 two process communication
(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 and linux