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,dbd95a41dd4f1d0e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-05-22 11:49:26 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!cpk-news-hub1.bbnplanet.com!news.gtei.net!nntp.abs.net!uunet!dca.uu.net!prodigy.com!newsmst01.news.prodigy.com!prodigy.com!postmaster.news.prodigy.com!newssvr14.news.prodigy.com.POSTED!3bae8248!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Sockets References: <3ceb5091@news.comindico.com.au> X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 64.175.240.228 X-Complaints-To: abuse@prodigy.net X-Trace: newssvr14.news.prodigy.com 1022088475 ST000 64.175.240.228 (Wed, 22 May 2002 13:27:55 EDT) NNTP-Posting-Date: Wed, 22 May 2002 13:27:55 EDT Organization: Prodigy Internet http://www.prodigy.com X-UserInfo1: [[O[SX[DGJVOBFD[LZKJOPHAWB\^PBQLGPQRZ_MHEQR@ETUCCNSKQFCY@TXDX_WHSVB]ZEJLSNY\^J[CUVSA_QLFC^RQHUPH[P[NRWCCMLSNPOD_ESALHUK@TDFUZHBLJ\XGKL^NXA\EVHSP[D_C^B_^JCX^W]CHBAX]POG@SSAZQ\LE[DCNMUPG_VSC@VJM Date: Wed, 22 May 2002 17:27:55 GMT Xref: archiver1.google.com comp.lang.ada:24539 Date: 2002-05-22T17:27:55+00:00 List-Id: > What's the best way to implement and use TCP/IP sockets, client and > server... ?? For what OS and which compiler? If you want Windows and something portable across Gnat/Janus/ObjectAda/Rational, you could use Claw, a GMGPL (free) version of which is available at www.adapower.com or www.rrsoftware.com There are examples of a web crawler and a simple web server also available on www.adapower.com As principal author I am of course biased. There are also other Ada socket implementations with, I'm sure, their own advantages.