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,38fc011071df5a27 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-05-30 02:48:00 PST From: "Tarjei T. Jensen" Newsgroups: comp.lang.ada References: Subject: Re: Ideas for Ada 200X (Ada.Sockets) MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 X-Original-NNTP-Posting-Host: pc1.akermar.com Message-ID: <3ed728b3@news.wineasy.se> X-Original-Trace: 30 May 2003 10:47:31 +0100, pc1.akermar.com X-Complaints-To: abuse@songnetworks.se NNTP-Posting-Host: news.wineasy.se X-Original-NNTP-Posting-Host: news.wineasy.se Date: 30 May 2003 10:47:48 +0100 X-Trace: wineasy!newsfeed.wineasy.se!news.sto.telegate.se 1054288068 news.wineasy.se (30 May 2003 10:47:48 +0100) X-Complaints-To: abuse@songnetworks.se Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!news.telebyte.nl!news.tele.dk!news.tele.dk!small.news.tele.dk!newsfeed1.e.nsc.no!nsc.no!nextra.com!newsfeed1.wineasy.se.MISMATCH!wineasy!newsfeed.wineasy.se!news.sto.telegate.se!news.wineasy.se!not-for-mail Xref: archiver1.google.com comp.lang.ada:38065 Date: 2003-05-30T10:47:48+01:00 List-Id: tmoran@acm.org wrote > I sent a socket library to www.adapower.com recently, and had previously > posted there a SMTP and HTTP client and HTTP server (the latter using > Claw, but the change being trivial). A call to Open and one to Write > is the minimum needed for a client (initialization, closing, and > finalization being handled internally by controlled types). A server > needs Open and Greet (accept an incoming client and hand it off to > a worker). Very good! I will look into it. greetings,