mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
f710b056f5
More documentation andd implementations is comming. gotta go work on this module would be continued after 01/10/2000
31 lines
766 B
Plaintext
31 lines
766 B
Plaintext
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
|
|
|
|
|
|
|
|
|
|
|