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 09:54:07 PST From: whraven@usenet-access.com (Richard Pinkall-Pollei) Newsgroups: comp.lang.ada Subject: Re: sockets in ADA References: <9qjg5t$1qtd$1@newsreader1.mclink.it> Message-ID: User-Agent: slrn/0.9.6.4 (Linux) NNTP-Posting-Host: 127.0.0.1 Date: 17 Oct 2001 11:38:47 -0500 X-Authenticated-User: 5591045 X-Comments: This message was posted through Binaries.net X-Comments2: IMPORTANT: Binaries.net does not condone, nor support, spam or any illegal or copyrighted postings. X-Report: Please report abuse to Organization: Posted Via Binaries.net = SPEED+RETENTION+COMPLETION = http://www.binaries.net Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.stealth.net!news-out.nuthinbutnews.com!propagator2-austin!propagator!feed2.newsfeeds.com!newsfeeds.com!corp-goliath.newsgroups.com Xref: archiver1.google.com comp.lang.ada:14831 Date: 2001-10-17T11:38:47-05:00 List-Id: On Wed, 17 Oct 2001 10:44:14 +0200, F wrote: >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. The Florist package from Florida State University implements POSIX standard sockets for Ada. However, unless you've won the lottery, or have a boss who's willing to fork over cash for documentation (POSIX standards documents are expensive), you'll need to study the source files to understand how to use it, and even then, there'll be stuff you just have to discover for yourself by trying it. Others have already mentioned the AdaSockets package. The third option is to use `Interfaces.C' to use your OS's native sockets library. --- Great truths about life that little children have learned: #5: You can't trust dogs to watch your food. ______________________________________________________________________________ Posted Via Binaries.net = SPEED+RETENTION+COMPLETION = http://www.binaries.net