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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,c44a2cac617647db X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news2.google.com!newsfeed.gamma.ru!Gamma.RU!newsfeed.icl.net!newsfeed.fjserv.net!oleane.net!oleane!nerim.net!news.cs.univ-paris8.fr!newsfeed.vmunix.org!newsfeed01.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Norbert Caspari Newsgroups: comp.lang.ada Subject: Re: Package System.RPC Date: Wed, 5 Apr 2006 19:12:12 +0200 Organization: T-Online Message-ID: References: <05ui0e.aul.ln@hunter.axlog.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8Bit X-Trace: news.t-online.com 1144257133 00 18851 c4qDvRavWcxka6K 060405 17:12:13 X-Complaints-To: usenet-abuse@t-online.de X-ID: SPaF1qZJwe7Egirjq0OiaYmgGwJj0h1N9lz84k+7qgMD9XeXXs3o8B User-Agent: KNode/0.4 Xref: g2news1.google.com comp.lang.ada:3730 Date: 2006-04-05T19:12:12+02:00 List-Id: Jean-Pierre Rosen wrote: > Norbert Caspari a �crit : >> Could somebody please provide some small example that shows how to >> program distributed processing with Ada, using the Ada package >> System.RPC? I couldn't find something useful about this. > Not surprising, you don't need to use System.RPC to do distributed > processing with Ada. > > System.RPC is an implementation package. You have to care about it only > if you want to write your own network layer. Glade is an implementation > of System.RPC over TCP/IP, so all the work is done. > > For the rest, read the (extensive) documentation that comes with Glade. Thanks a lot for this hint! I'll try this package. Best regards, Norbert