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,c44a2cac617647db X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx01.iad01.newshosting.com!newshosting.com!news-peer0-test!btnet!grolier!oleane.net!oleane!hunter.axlog.fr!nobody From: Jean-Pierre Rosen Newsgroups: comp.lang.ada Subject: Re: Package System.RPC Date: Fri, 31 Mar 2006 11:52:33 +0200 Organization: Adalog Message-ID: <05ui0e.aul.ln@hunter.axlog.fr> References: NNTP-Posting-Host: mailhost.axlog.fr Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Trace: s1.news.oleane.net 1143799271 8663 195.25.228.57 (31 Mar 2006 10:01:11 GMT) X-Complaints-To: abuse@oleane.net NNTP-Posting-Date: Fri, 31 Mar 2006 10:01:11 +0000 (UTC) User-Agent: Thunderbird 1.5 (Windows/20051201) In-Reply-To: Xref: g2news1.google.com comp.lang.ada:3691 Date: 2006-03-31T11:52:33+02:00 List-Id: 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. -- --------------------------------------------------------- J-P. Rosen (rosen@adalog.fr) Visit Adalog's web site at http://www.adalog.fr