From dd71b4c8ac63ff7ff1f4aa268666f9abe304524d Mon Sep 17 00:00:00 2001 From: "idk%eng.sun.com" Date: Fri, 3 Mar 2000 19:40:52 +0000 Subject: [PATCH] updated README git-svn-id: svn://10.0.0.236/trunk@62146 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/remote/README | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/mozilla/xpcom/remote/README b/mozilla/xpcom/remote/README index 4b79bbf980f..be21ef98ea4 100644 --- a/mozilla/xpcom/remote/README +++ b/mozilla/xpcom/remote/README @@ -1,17 +1,15 @@ 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 +Currently we are providing communication between two processes only 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 +In this specific case we need to have only two process communication (We have one jvm per mozilla running) ------------------------ sources are organized as follows: @@ -22,7 +20,7 @@ common/ - related to bough tests/ - tests for this ----------------------------------- -This code was tested under solaris only +This code was tested under solaris and linux