On 01/04/06, Andrew Smith <[EMAIL PROTECTED]> wrote: > I'm wondering if anyone has taken a look at, or spotted anything nasty in > the Twisted Python framework.
Last year I administrated a network for a distributed web application written in Python. It was initially designed use Twisted 2.0. We came to the conclusion that Twisted's asynchronous handling of sockets was completely non-scalable. http://twistedmatrix.com/trac/ticket/578 I can't comment as to quality of code, but I'd look for an alternative if you're expecting large volumes of traffic to/from your web app.

