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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,64513ef2312f1902 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-17 10:31:52 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!newsfeed.direct.ca!look.ca!newshub2.rdc1.sfba.home.com!news.home.com!news1.rdc1.sfba.home.com.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: sockets in ADA References: <9qjg5t$1qtd$1@newsreader1.mclink.it> X-Newsreader: Tom's custom newsreader Message-ID: Date: Wed, 17 Oct 2001 17:31:52 GMT NNTP-Posting-Host: 24.7.82.199 X-Complaints-To: abuse@home.net X-Trace: news1.rdc1.sfba.home.com 1003339912 24.7.82.199 (Wed, 17 Oct 2001 10:31:52 PDT) NNTP-Posting-Date: Wed, 17 Oct 2001 10:31:52 PDT Organization: Excite@Home - The Leader in Broadband http://home.com/faster Xref: archiver1.google.com comp.lang.ada:14835 Date: 2001-10-17T17:31:52+00:00 List-Id: > Can someone tell me were can i find documentation about the use of sockets > in ada language? > I'd like to build a Server program able to comunicate whith different client > programs. For a short and simple web server (that uses Claw.Sockets) see: www.adapower.com/reuse/clawweb.html To see Claw.Sockets itself, download the source from www.rrsoftware.com (The $>0 version has additional stuff, but isn't needed for a simple web server.) Full disclosure: I wrote it so I'm probably biased.