[Twisted-Python] Twisted, PushProducer, Words & big msgs, any limit?

Terry Jones terry at fluidinfo.com
Thu Aug 13 11:49:39 EDT 2009


>>>>> "Gabriel" == Gabriel Rossetti <gabriel.rossetti at arimaz.com> writes:
Gabriel> I have a sort of XMPP router I wrote using Twisted and there seems
Gabriel> to be a size limit of some sort. I have been using it for over a
Gabriel> year now without any problems, but today I had a larger than usual
Gabriel> msg (175213 bytes) try to go through and it never did.

What protocol are you using?  You may be running into one of the MAX_LENGTH
limits in twisted.protocol.basic

Terry



More information about the Twisted-Python mailing list