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=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5439c15172a5d16d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-18 09:22:00 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!newsswitch.lcs.mit.edu!newsfeed.ecrc.net.MISMATCH!news-FFM2.ecrc.net!news.cesnet.cz!crax.cesnet.cz!news.felk.cvut.cz!not-for-mail From: Tomas Hlavaty Newsgroups: comp.lang.ada Subject: Re: Client connected to two servers in Glade Date: Fri, 18 Jan 2002 18:11:52 +0100 Organization: Czech Technical University Message-ID: <3C485758.F69BC3BE@labe.felk.cvut.cz> References: <3C45556F.CE05AD1F@labe.felk.cvut.cz> NNTP-Posting-Host: bela.felk.cvut.cz Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ns.felk.cvut.cz 1011373847 64003 147.32.85.107 (18 Jan 2002 17:10:47 GMT) X-Complaints-To: usenet@ns.felk.cvut.cz NNTP-Posting-Date: Fri, 18 Jan 2002 17:10:47 +0000 (UTC) X-Mailer: Mozilla 4.72 [en] (X11; U; Linux 2.2.18-rtl i686) X-Accept-Language: cs, en Xref: archiver1.google.com comp.lang.ada:19052 Date: 2002-01-18T18:11:52+01:00 List-Id: > > is it possible to connect a client to two or more servers simultaneously > > using Glade? It seems it is not possible because there is only one boot > > location. Am I right? I have to design a client which reads, > > simultaneously displays data from two servers. > > I would say yes. This is not a matter of boot location. With GLADE a > distributed program is composed of many partitions. You can have many > partitions acting as servers, a client can call RCI procedures on one > or many of them. It is also possible to have many clients. But how the client find out what is the address of the second server? What is the boot location then? Should be there one boot location for both servers? Thank you. I'll think about it. Tomas