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.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC,XPRIO autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6c9f1733206a18a9,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-08 20:52:03 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!msunews!not-for-mail From: "Chad R. Meiners" Newsgroups: comp.lang.ada Subject: Interest in sockets package development Date: Sat, 8 Sep 2001 23:47:58 -0400 Organization: Michigan State University Message-ID: <9neodq$1vcs$1@msunews.cl.msu.edu> Reply-To: "Chad R. Meiners" NNTP-Posting-Host: arctic.cse.msu.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Xref: archiver1.google.com comp.lang.ada:12937 Date: 2001-09-08T23:47:58-04:00 List-Id: 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. For example the binding will manually block the procedure calls on protected object thus allowing tasks blocks on reads to be aborted if necessary (this is opposed to allowing the OS to block each task). Another feature I plan on including is an event queue type that will allow programs to manage a large number of sockets. Does anyone have any interests in using such a binding. My first release will be for Win32 platforms, but I am planning on developing a Unix port after I am done with the Win32 version. -CRM