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=-0.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6c9f1733206a18a9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-10 08:08:49 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!psinet-eu-nl!psiuk-p4!uknet!psiuk-n!news.pace.co.uk!nh.pace.co.uk!not-for-mail From: "Marin David Condic" Newsgroups: comp.lang.ada Subject: Re: Interest in sockets package development Date: Mon, 10 Sep 2001 10:21:22 -0400 Organization: Posted on a server owned by Pace Micro Technology plc Message-ID: <9nii94$4u9$1@nh.pace.co.uk> References: <9neodq$1vcs$1@msunews.cl.msu.edu> NNTP-Posting-Host: dhcp-200-133.miami.pace.co.uk X-Trace: nh.pace.co.uk 1000131684 5065 136.170.200.133 (10 Sep 2001 14:21:24 GMT) X-Complaints-To: newsmaster@news.cam.pace.co.uk NNTP-Posting-Date: 10 Sep 2001 14:21:24 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:12990 Date: 2001-09-10T14:21:24+00:00 List-Id: Maybe an acceptable solution, but it doesn't leave your code compiler-independent. Something that may be an issue for some apps. MDC -- Marin David Condic Senior Software Engineer Pace Micro Technology Americas www.pacemicro.com Enabling the digital revolution e-Mail: marin.condic@pacemicro.com Web: http://www.mcondic.com/ "David Botton" wrote in message news:mailman.1000010949.32495.comp.lang.ada@ada.eu.org... > > I am currently developing a LGPL'ed thick binding for sockets in my spare > > time. The purpose of this binding is to provide better control of sockets > > in a multi-tasking environment. > > Is It not possible to use GNAT.Sockets to do this already? >