<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=windows-1251"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Itamar Shtull-Trauring wrote:
<blockquote cite="mid:1179703959.7838.5.camel@localhost.localdomain"
 type="cite">
  <pre wrap="">Well... it's probably hard to find something as powerful and extensive
as Twisted. So if your choice is building all this infrastructure on
some other framework, or just helping improve Twisted's IOCP support (if
you find it necessary), why not do the later? :)
  </pre>
</blockquote>
I guess you are right. I've worked with IOCP back in my C++ days, and I
really liked the performance. Maybe what I should do is put together a
simple application and do some benchmarking, to compare performance of
IOCP reactor and select reactor on Windows (and of my existing
application, which uses TurboGears/CherryPy and Python's built-in
XMLRPC server). I'll keep you posted.<br>
<br>
Is <a
 href="http://twistedmatrix.com/trac/browser/branches/iocpreactor-1760-3">this</a>
the branch you mentioned?<br>
</body>
</html>