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,7d747ac241d5a3d8 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,UTF8 Path: g2news2.google.com!news3.google.com!feeder.news-service.com!94.75.214.39.MISMATCH!aioe.org!.POSTED!not-for-mail From: =?utf-8?Q?Yannick_Duch=C3=AAne_=28Hibou57?= =?utf-8?Q?=29?= Newsgroups: comp.lang.ada Subject: Re: Performance techniques used in AWS Date: Tue, 14 Jun 2011 17:31:41 +0200 Organization: Ada @ Home Message-ID: References: <4df5a4bc$0$2120$742ec2ed@news.sonic.net> <4DF63AAC.5050708@obry.net> <4df6ee43$0$2131$742ec2ed@news.sonic.net> <4df779d4$0$2211$742ec2ed@news.sonic.net> NNTP-Posting-Host: Fa7i2aIrdbDg5fJeB/HRwA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes Content-Transfer-Encoding: Quoted-Printable X-Complaints-To: abuse@aioe.org User-Agent: Opera Mail/11.11 (Linux) X-Notice: Filtered by postfilter v. 0.8.2 Xref: g2news2.google.com comp.lang.ada:20793 Date: 2011-06-14T17:31:41+02:00 List-Id: Le Tue, 14 Jun 2011 17:10:12 +0200, R. Tyler Croy a = =C3=A9crit: > Correct, you're options on Linux 2.6+ are epoll(2), on *BSD and Mac OS= X > the kqueue(2) facility is available. For Windows users..well, you get = = > what > you pay for ;) On Windows, all included in the original license fees (at no additional = = cost), you have=E2=80=A6 WaitForSingleObject(Ex): = http://msdn.microsoft.com/en-us/library/ms687032(v=3Dvs.85).aspx WaitForMultipleObjects(Ex): = http://msdn.microsoft.com/en-us/library/ms687025(v=3Dvs.85).aspx Select: http://msdn.microsoft.com/en-us/library/ms740141(v=3Dvs.85).aspx= WSAAsyncSelect: = http://msdn.microsoft.com/en-us/library/ms741540(v=3Dvs.85).aspx WSAEventSelect: = http://msdn.microsoft.com/en-us/library/ms741576(v=3Dvs.85).aspx There was also something like WaitForEvents if my mind is right, but I = could not retrieve the relevant reference. -- = =E2=80=9CSyntactic sugar causes cancer of the semi-colons.=E2=80=9D [Ep= igrams on = Programming =E2=80=94 Alan J. =E2=80=94 P. Yale University] =E2=80=9CStructured Programming supports the law of the excluded muddle.= =E2=80=9D [Idem] =E2=80=9Cc++; /* this makes c bigger but returns the old value */=E2=80=9D= [Anonymous]