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,e863b81e266f6c6e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-15 10:46:16 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!arclight.uoregon.edu!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc02.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Starting with socket and stream References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 12.234.13.56 X-Complaints-To: abuse@attbi.com X-Trace: sccrnsc02 1034703975 12.234.13.56 (Tue, 15 Oct 2002 17:46:15 GMT) NNTP-Posting-Date: Tue, 15 Oct 2002 17:46:15 GMT Organization: AT&T Broadband Date: Tue, 15 Oct 2002 17:46:15 GMT Xref: archiver1.google.com comp.lang.ada:29811 Date: 2002-10-15T17:46:15+00:00 List-Id: > Hello! I'd like to study more deeply the socket implementation in ada There is no "the" socket implementation in Ada, there are several. I presume you've looked for "socket" on www.adapower.com There's also Claw.sockets, whose implementation you can see by downloading the Claw source, and a search for "web" on adapower leads to my Finder (a link tracer) and Smplsrvr (a simple web server). Streams are a rather general and powerful tool, which can be used in many ways, but with significant work.