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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ec455cd1b33cc1b7 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-03-19 15:41:37 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: tony_gair@yahoo.co.uk (Tony Gair) Newsgroups: comp.lang.ada Subject: Re: socket Date: 19 Mar 2003 15:41:36 -0800 Organization: http://groups.google.com/ Message-ID: <6a90b886.0303191541.58e0b534@posting.google.com> References: NNTP-Posting-Host: 195.92.194.13 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1048117297 1445 127.0.0.1 (19 Mar 2003 23:41:37 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 19 Mar 2003 23:41:37 GMT Xref: archiver1.google.com comp.lang.ada:35536 Date: 2003-03-19T23:41:37+00:00 List-Id: There are some excellent simple examples with the adasockets package which although appear a bit hairy at first, they do explain how adasockets can be used. If you want some more complicated examples using tasking and protected objects to store messages coming in, and sending them out, then email me, but first I would recommend getting to grips with the examples first. I would also take a look at the distributed annex Gnat-Glade as this is quite useful too.