> What's the best solution? Apply the patch attached on this ticket, > moving to a producer/consumer approach, or any other idea?
The patch will just delay the problem... you're creating a huge number of strings, faster than the transport can write them out. The solution is indeed to use the consumer API to pause creation of more data until the transport clears its buffers. _______________________________________________ Twisted-Python mailing list [email protected] http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
