1999-12-23 01:16:05 +00:00
|
|
|
This document is under construction.
|
2000-03-03 19:40:52 +00:00
|
|
|
|
1999-12-23 01:16:05 +00:00
|
|
|
|
|
|
|
The main goal of module is to give services for calling xpcom objects across
|
|
|
|
process boundaries.
|
|
|
|
|
2000-03-03 19:40:52 +00:00
|
|
|
Currently we are providing communication between two processes only
|
1999-12-23 01:16:05 +00:00
|
|
|
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.)
|
2000-03-03 19:40:52 +00:00
|
|
|
In this specific case we need to have only two process communication
|
1999-12-23 01:16:05 +00:00
|
|
|
(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
|
|
|
|
|
|
|
|
-----------------------------------
|
2000-03-03 19:40:52 +00:00
|
|
|
This code was tested under solaris and linux
|
1999-12-23 01:16:05 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|