[python-win32] A shameless COM question

Tim Roberts timr at probo.com
Thu Apr 3 18:44:36 CEST 2008


Marcus Low wrote:
> Hi Waldemar,
>
> Thanks, i have bought the twisted book and the journey  begin. The COM was 
> optimal for windows because its asynch api winsock2 and
> that beats berkeley socket "select" anyday on Windows,

That is superstitious nonsense.  The asynchronous winsock API had to be 
invented because Windows 3.x did not support pre-emptive multitasking.  
It has no inherent performance advantage.  Now that Windows has threads, 
many people argue that the synchronous API is the better choice.  In the 
end, it comes down to personal preference.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list