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 _______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python