comp.lang.ada
 help / color / mirror / Atom feed
From: "Yannick Duchêne (Hibou57)" <yannick_duchene@yahoo.fr>
Subject: Re: Performance techniques used in AWS
Date: Tue, 14 Jun 2011 17:31:41 +0200
Date: 2011-06-14T17:31:41+02:00	[thread overview]
Message-ID: <op.vw2n23youle2fv@douda-yannick> (raw)
In-Reply-To: 4df779d4$0$2211$742ec2ed@news.sonic.net

Le Tue, 14 Jun 2011 17:10:12 +0200, R. Tyler Croy <tyler@linux.com> a  
écrit:
> 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…

WaitForSingleObject(Ex):  
http://msdn.microsoft.com/en-us/library/ms687032(v=vs.85).aspx
WaitForMultipleObjects(Ex):  
http://msdn.microsoft.com/en-us/library/ms687025(v=vs.85).aspx
Select: http://msdn.microsoft.com/en-us/library/ms740141(v=vs.85).aspx
WSAAsyncSelect:  
http://msdn.microsoft.com/en-us/library/ms741540(v=vs.85).aspx
WSAEventSelect:  
http://msdn.microsoft.com/en-us/library/ms741576(v=vs.85).aspx
There was also something like WaitForEvents if my mind is right, but I  
could not retrieve the relevant reference.

-- 
“Syntactic sugar causes cancer of the semi-colons.”  [Epigrams on  
Programming — Alan J. — P. Yale University]
“Structured Programming supports the law of the excluded muddle.” [Idem]
“c++; /* this makes c bigger but returns the old value */” [Anonymous]



      reply	other threads:[~2011-06-14 15:31 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-13  5:48 Performance techniques used in AWS R. Tyler Croy
2011-06-13  8:06 ` Thomas Løcke
2011-06-13 16:28 ` Pascal Obry
2011-06-13 16:34   ` Pascal Obry
2011-06-14  4:37   ` J-P. Rosen
2011-06-14  5:14   ` R. Tyler Croy
2011-06-14  8:28     ` Natasha Kerensikova
2011-06-14 10:41       ` Yannick Duchêne (Hibou57)
2011-06-14 10:40     ` Simon Wright
2011-06-14 10:48       ` Yannick Duchêne (Hibou57)
2011-06-14 10:51         ` Yannick Duchêne (Hibou57)
2011-06-14 11:18         ` Simon Wright
2011-06-14 15:10           ` R. Tyler Croy
2011-06-14 15:31             ` Yannick Duchêne (Hibou57) [this message]
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox