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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,eb00b9b968ac2b79 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.66.83.74 with SMTP id o10mr1873341pay.33.1345473039334; Mon, 20 Aug 2012 07:30:39 -0700 (PDT) Path: kg8ni4646pbc.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Shark8 Newsgroups: comp.lang.ada Subject: Re: Ada networking (Adagio) Date: Mon, 20 Aug 2012 07:30:38 -0700 (PDT) Organization: http://groups.google.com Message-ID: <2ef339a5-2e40-49e9-b5dc-4bb018b93bda@googlegroups.com> References: <296db66c-9246-4801-b293-c116e5c21f6b@googlegroups.com> NNTP-Posting-Host: 69.20.190.126 Mime-Version: 1.0 X-Trace: posting.google.com 1345473039 10809 127.0.0.1 (20 Aug 2012 14:30:39 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 20 Aug 2012 14:30:39 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.20.190.126; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-08-20T07:30:38-07:00 List-Id: On Monday, August 20, 2012 2:59:00 AM UTC-6, =C1lex R. Mosteo wrote: > Shark8 wrote: >=20 > > Hey, I was hoping to get a bit more familiar with using Ada for network= ing > > programs; I found referenced to Adagio, which is supposed to be (or hav= e > > been, it's inactive now) a Gnutella2 program. > >=20 > > The project is inactive and none of the files appear to have been > > archived/downloadable. The last known source was contained in a zipfile > > adagio-src.2.1.e.zip, which I cannot find for download either. > >=20 > > I was wondering if anyone on this thread might have a copy laying aroun= d > > on their HD. >=20 >=20 > I'm the author and I'm pretty sure I keep the whole history in some archi= ved=20 > SVN. If you're interested I could try to dig it out. Also, perhaps I coul= d=20 > simply convert it to git and put it in github. Ah, that would be nice; I did get the zip from Martin though. > I'm not sure how good a resource it is for learning from; I did learn a l= ot=20 > about blocking and non-blocking sockets when programming that (I=20 > experimented with both approaches -- IIRC a stack size related thread lim= it=20 > in Windows prompted me to abandon blocking IO in the end), but the code m= ore=20 > or less grew up with little foreplanning. Ah, I know how that is. The thing that's bugging me about it right now is t= he gnatpatch and runtime-configuration errors. (Still trying to figure them= out.)