[Twisted-Python] Compressing PB communication
glyph at divmod.com
glyph at divmod.com
Thu Jun 29 12:33:33 MDT 2006
On Thu, 29 Jun 2006 09:41:09 +0300, Tzahi Fadida <tzahi.ml at gmail.com> wrote:
>On Thursday 29 June 2006 02:21, glyph at divmod.com wrote:
>> Have you actually measured the size of the PB data you are thinking about
>> compressing? PB's serialization tends to be extremely tight.
>Yes, it's about 20megabytes of data (~20000 records).
You are aware that PB has a 640kb-per-message limit, right? You'll have to be breaking up that data set.
More information about the Twisted-Python
mailing list