comp.lang.ada
 help / color / mirror / Atom feed
From: "Frank" <franjoe@frisurf.no>
Subject: Re: Client connected to two servers in Glade
Date: Fri, 18 Jan 2002 17:47:08 GMT
Date: 2002-01-18T17:47:08+00:00	[thread overview]
Message-ID: <wcZ18.1548$dx.25774@news2.ulv.nextra.no> (raw)
In-Reply-To: 3C485758.F69BC3BE@labe.felk.cvut.cz


>
> 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

Hi!

I believe you can put each of your servers into a partition, probably as
tasks in packages in each package.
A package can be assigned to a Partition, these partition can be located at
different computers,
this is done in the configuration file to the distributed application
(check: "Glade user guide")

The aprx syntax:

....
Partition_A, Partition_B : Partition

for Partition_A'Host use "this.that.there"
for Partition_B'Host use "some.where.else"

procedure Server_A is in Partition_A;
procedure Server_B is in Partition_B;
....

Boot server is described in the "Glade user guide" p.53.

(In short I agree with Obry.)

Frank






  reply	other threads:[~2002-01-18 17:47 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-01-16 10:26 Client connected to two servers in Glade Tomas Hlavaty
2002-01-16 18:05 ` Pascal Obry
2002-01-18 17:11   ` Tomas Hlavaty
2002-01-18 17:47     ` Frank [this message]
2002-01-18 17:48     ` Pascal Obry
2002-01-22 14:49       ` Tomas Hlavaty
2002-01-22 19:49         ` Pascal Obry
2002-01-22 21:27           ` Frank
2002-01-22 22:17             ` Pascal Obry
2002-01-22 22:23             ` Michal Nowak
2002-01-23 19:31           ` Tomas Hlavaty
2002-01-23 20:14             ` Frank
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox