Re: [Twisted-Python] AmpList: length limitations

2010-03-31 Thread Vlad Shevchenko
Why does not serialize each AmpBox separately? On Thu, Apr 1, 2010 at 12:45 AM, wrote: > On 03:54 pm, vlad.shevche...@gmail.com wrote: > >Hi all! > > > >Stuck with AmpList again :( Im trying to send/retrieve data much > >larger > >then 64K and choose AmpList cause it "Convert a list of dicti

Re: [Twisted-Python] AmpList: length limitations

2010-03-31 Thread exarkun
On 03:54 pm, vlad.shevche...@gmail.com wrote: >Hi all! > >Stuck with AmpList again :( Im trying to send/retrieve data much >larger >then 64K and choose AmpList cause it "Convert a list of dictionaries >into a >list of AMP boxes". > >My original data looks like a long list of dicts [ {1}, {2},

[Twisted-Python] AmpList: length limitations

2010-03-31 Thread Vlad Shevchenko
Hi all! Stuck with AmpList again :( Im trying to send/retrieve data much larger then 64K and choose AmpList cause it "Convert a list of dictionaries into a list of AMP boxes". My original data looks like a long list of dicts [ {1}, {2}, ..., {x} ]. I convert it to [ {'data': 'json encoded