From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3c64340c2da5d832 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-09 05:32:03 PST Path: supernews.google.com!sn-xit-03!supernews.com!logbridge.uoregon.edu!dispose.news.demon.net!demon!grolier!freenix!enst!enst.fr!not-for-mail From: Wilhelm.Spickermann@t-online.de (Wilhelm Spickermann) Newsgroups: comp.lang.ada Subject: Re: Q re glade for slaves. Date: Mon, 09 Apr 2001 14:11:47 +0200 (CEST) Organization: ENST, France Sender: comp.lang.ada-admin@ada.eu.org Message-ID: Reply-To: comp.lang.ada@ada.eu.org NNTP-Posting-Host: marvin.enst.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-Trace: avanie.enst.fr 986819412 3399 137.194.161.2 (9 Apr 2001 12:30:12 GMT) X-Complaints-To: usenet@enst.fr NNTP-Posting-Date: Mon, 9 Apr 2001 12:30:12 +0000 (UTC) To: comp.lang.ada@ada.eu.org Return-Path: X-Mailer: XFMail 1.4.0 on Linux X-Priority: 3 (Normal) In-Reply-To: <3AD0B0AF.1B18FAF@mail.utexas.edu> X-Sender: 0211750756-0001@t-dialin.net Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org X-Mailman-Version: 2.0.3 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: comp.lang.ada mail<->news gateway List-Unsubscribe: , List-Archive: Errors-To: comp.lang.ada-admin@ada.eu.org X-BeenThere: comp.lang.ada@ada.eu.org Xref: supernews.google.com comp.lang.ada:6655 Date: 2001-04-09T14:11:47+02:00 On 08-Apr-01 Bobby D. Bryant wrote: ... > > Do I understand correctly that in your outline the server can call a > procedure or function that is defined by the client, even though he > client > is not pragma'd to be an RCI? It looks like that is what you are > suggesting, and that the "Where" argument causes the call to be > dispatched > to the correct client. > > If that is correct, then I could just have a newly launched client > call the > server for registration, and have the server immediately turn arround > and > call a routine on the client as part of the registration logic, so > that the > client in effect becomes a slave. Right? I think so. BTW: the RM contains a very good example in E.4.2 Wilhelm