[Twisted-Python] pb.Copyable knowledge barrier

Kevin Mcintyre kebin70 at gmail.com
Fri Aug 8 19:32:19 MDT 2014


I experimented today with a table scan from dynamodb.  Taking each record
and converting to a dictionary into a list.  Initial scan and transform
took ~8 seconds from amazon to my house over TCP boto which is soapish? i
think.  ~7800 records.

The next call for the remote copy took 7 seconds across the bus.  Is that
expected?





On Fri, Aug 8, 2014 at 3:01 PM, Glyph Lefkowitz <glyph at twistedmatrix.com>
wrote:

>
> On Aug 8, 2014, at 1:31 PM, Kevin Mcintyre <kebin70 at gmail.com> wrote:
>
> I think so too, but I'm starting to lean toward websockets.  The warnings
> alone right?
>
>
> Websockets are a layer well below what PB does.  In fact you could run PB
> over websockets, and it would work roughly the same as over TCP.
>
> But I will take another pass and report back any success.
>
>
> Please do let us know.
>
> -glyph
>
>
> _______________________________________________
> Twisted-Python mailing list
> Twisted-Python at twistedmatrix.com
> http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/twisted-python/attachments/20140808/858a9349/attachment-0002.html>


More information about the Twisted-Python mailing list