[sldev] https very slow.

Dale Glass dale at daleglass.net
Wed Jul 11 10:56:54 PDT 2007


On Wed, Jul 11, 2007 at 01:05:55PM -0400, Gary Wardell wrote:
> So, given that one can do monetary transaction through the viewer, it may need encryption.  However, if the transactions are
> actually done on the server, and no sensitive information is in the viewer, ...
I consider data about the transaction (such as when it happens, the
amount, and from who to who) sensitive as well.

> 
> That being said, encryption would be superfluous for non-monetary transactions.
And chat messages. People have sensitive conversations sometimes, and
many people can only contact each other through SL.

So there are going to be people there doing things like sending
passwords by IM.

> 
> Also, it is more than a few cpu cycles.  Actually it can be significant.  It also balloons the size of the payload so it requires
> more bandwidth.
type        16 bytes   64 bytes    256 bytes  1024 bytes  8192 bytes
aes-128 cbc 106414.88k 110166.80k  111630.30k 112218.07k  112954.03k
aes-192 cbc 94869.67k  97565.29k   99250.35k  99177.31k   98961.55k
aes-256 cbc 85501.83k  87546.11k   88859.48k  89190.40k   89300.99k

So, my box can do aes-256 at about 90MB/s on one core.

I don't think I've seen much more than 300KB/s normally, so that's about
3ms. For the viewer it's really insignificant.

Of course it's a lot more significant for the sim, but the average
amount of data being transferred should be well below 300 KB/s per
agent.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.secondlife.com/pipermail/sldev/attachments/20070711/2a3c20b1/attachment.pgp


More information about the SLDev mailing list