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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b42fb2c2979398ae,start X-Google-Attributes: gid103376,public From: Dale Stanbrough Subject: Shutting down a Dist. Systems server... Date: 1997/07/12 Message-ID: <5q6ikk$l5v$1@goanna.cs.rmit.edu.au>#1/1 X-Deja-AN: 256307633 Distribution: world X-XXMessage-ID: Organization: Royal Melbourne Institute of Technology Newsgroups: comp.lang.ada Date: 1997-07-12T00:00:00+00:00 List-Id: I am currently building a small distributed system which has clients dynamically querying a server. Using glade i have specified a main procedure for the server. When this procedure terminates, and all the client partitions have terminated, the server stops. Is there any way to shut the server down, so that it doesn't have to wait for clients to terminate? Presumably the clients would get a System.RPC.Communication_Error exception in any further communication with the server. Dale