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-Thread: 103376,adb9b9207aecb4b3 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!news.tele.dk!news.tele.dk!small.news.tele.dk!not-for-mail Sender: malo@0x5358c0d0.boanxx18.adsl-dhcp.tele.dk Newsgroups: comp.lang.ada Subject: Re: epoll Ada binding References: <311c6b78.0410181100.76f4e8ab@posting.google.com> From: Mark Lorenzen Date: 18 Oct 2004 22:04:40 +0200 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Organization: TDC Totalloesninger NNTP-Posting-Host: 83.88.192.208 X-Trace: 1098129852 dtext02.news.tele.dk 156 83.88.192.208:33937 X-Complaints-To: abuse@post.tele.dk Xref: g2news1.google.com comp.lang.ada:5415 Date: 2004-10-18T22:04:40+02:00 List-Id: jonas.nygren@telia.com (jn) writes: > Hi, > > I am looking for a Linux 'epoll' Ada binding. Any suggestions other > than writing my own. > > /jonas I think you have to write your own. But do you really need epoll? It is not POSIX compatable and only necessary when you have many (over 10000) concurrent connections. - Mark Lorenzen