Am 15.03.13 00:19, schrieb Antoine Pitrou:
Does Microsoft change their recommendations every couple of years? :)

Indeed they do. In fact, it's not really the recommendation that changes, but APIs that are added to new Windows releases. In the
specific case, Windows 8 adds an API called "Registered IO" (RIO).
They (of course) do these API addition in expecting some gain,
and then they (of course) promote these new APIs as actually achieving
the gain.

In the socket APIs, the Unix world went through a similar evolution,
with select, poll, epoll, kqueue, and whatnot.

The rate at which they change async APIs is actually low, compared
to the rate at which they change relational-database APIs (ODBC,
ADO, OLEDB, DAO, ADO.NET, LINQ, ... :-)

Regards,
Martin


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to