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-Thread: 103376,29f2c6a8b6f68055,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!goblin3!goblin.stu.neva.ru!news.tu-darmstadt.de!news.belwue.de!LF.net!news.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Distributed System Annex and cross-domain applications Date: Tue, 19 Apr 2011 20:40:23 +0200 Message-ID: <87sjte2ig8.fsf@mid.deneb.enyo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ruchba.enyo.de 1303238433 7236 172.17.135.6 (19 Apr 2011 18:40:33 GMT) X-Complaints-To: news@enyo.de Cancel-Lock: sha1:EmhM4FlElr3Gh1BH9nrDYKAAWAo= Xref: g2news2.google.com comp.lang.ada:19874 Date: 2011-04-19T20:40:23+02:00 List-Id: To what extent is GNAT's implementation of the Distributed System Annex suitable for cross-domain applications? I'm not talking about military-grade security requirements, I'm just wondering if it would be advisable to use it to, say, store both HR data and data from customer-controlled machines to the same backup server (assuming that the server side of the backup application manages to keep the data separate 8-). As one data point, I wouldn't trust Java RMI to match my security requirements because it tends to involve mobile code. (It is also difficult to pass through firewalls, I think.)