[Twisted-Python] network server on multiprocessor hardware

Laurens Van Houtven lvh at laurensvh.be
Sat Sep 5 08:16:35 EDT 2009


Are you sure it's dying out because of CPU limitations? Can you show
any real applications where this happens? In my experience your
network IO always gives up ages before my processors croak :-)

I happen to be in the middle of writing a project with a big
computational component (at least when I'm not hacking away at
twisted.positioning), and generally the heavy computational stuff
doesn't live in the Twisted layer. In that case you probably want to
defer computation to a different process, a la Ampoule.


have fun,
Laurens



More information about the Twisted-Python mailing list