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-Thread: 103376,adb9b9207aecb4b3 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews1.google.com!not-for-mail From: jonas.nygren@telia.com (jn) Newsgroups: comp.lang.ada Subject: Re: epoll Ada binding Date: 19 Oct 2004 22:42:18 -0700 Organization: http://groups.google.com Message-ID: <311c6b78.0410192142.87f1450@posting.google.com> References: <311c6b78.0410181100.76f4e8ab@posting.google.com> <311c6b78.0410182103.110885b7@posting.google.com> <311c6b78.0410190755.7084fc3d@posting.google.com> NNTP-Posting-Host: 217.210.29.242 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1098250939 27494 127.0.0.1 (20 Oct 2004 05:42:19 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 20 Oct 2004 05:42:19 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:5489 Date: 2004-10-19T22:42:18-07:00 List-Id: Wojtek Narczynski wrote in message news:... > You may want to take a look at PolyOrb code, there are event > demultiplexing goodies in there. The upper level design might be reusable. > > Are your results going to be publically available? I am curious what the > complexity of EDSM solution will be. > > Regards, > Wojtek Thanks for the tip. I only have some loose ideas around how to implement the 'application' layer. I lean towards using an abstract tagged type which is extended with session state and logic. Hopefully it can be made really simple and easy to use :). I am also curious what it really will look like and how well I succeed to encapsulate the underlying complexity. This is the reason for my 'project'. Yes, I will make it publically available if and when I have something useful. Though, as you, I am doing this on my free time and I am really a novice when it comes to Ada programming so don't expect anything in the near time. /jonas