[Twisted-Python] AMP Client disconnecting from server on high memory usage

Dan-Cristian Bogos danb.lists at googlemail.com
Wed Apr 6 08:21:38 EDT 2011


Hey Jean-Paul,

For record's sake, I thought I announce here that my issue got fixed.

The problem was that I was loading the data in startService method and
it looks like there are some timers which prevent the method to block
for a longer period of time. Loading the data in __init__ of
service.Service object did the trick and I have no problem anymore
with large data.

Have a good one!

DanB



More information about the Twisted-Python mailing list