Perspectives-Server icon indicating copy to clipboard operation
Perspectives-Server copied to clipboard

Compress data when sending

Open daveschaefer opened this issue 11 years ago • 1 comments

We should be able to easily compress the XML before sending it to the client. This could cut bandwidth usage, possibly allowing notaries to serve even more clients.

We can store the final compressed calculated data as the payload inside the cache.

We'll need to test this to see if uncompressing data has any performance impact on the client, and if that tradeoff is worth doing.

daveschaefer avatar Jan 18 '14 18:01 daveschaefer

no need to do it - install NGinx as a front-end and let it handle this matter? See my proposed config

netsafe avatar Jun 20 '15 15:06 netsafe