Welcome! Log In Create A New Profile

Advanced

Re: Decompressing a compressed response from upstream, applying transformations and then compressing for downstream again

B.R.
January 20, 2014 12:44PM
Jonathan idea looks like a nice solution, because there is no modification
of original nginx (good for updates and maintenance thus good for security).
Always avoid breaking the update chain (thus diverting from original
source, unless having another repository being reactive to - security -
updates which you could pull from).

However that means uncompressed traffic between backend and nginx proxy,
thus:
++ traffic volume (memory) in backend interface compared to frontend
interface
-- CPU time on backend to compress data and on proxy to uncompress it

Depending on your application, that could create a bottleneck. Maybe
caching the compressed result on the proxy would help reducing backend work
and traffic and as a result hope to limit the burden to it.

My 2 cents,
---
*B. R.*
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Decompressing a compressed response from upstream, applying transformations and then compressing for downstream again

Rv Rv January 20, 2014 08:42AM

Re: Decompressing a compressed response from upstream, applying transformations and then compressing for downstream again

Maxim Dounin January 20, 2014 08:50AM

Re: Decompressing a compressed response from upstream, applying transformations and then compressing for downstream again

Makailol Charls January 20, 2014 09:36AM

Re: Decompressing a compressed response from upstream, applying transformations and then compressing for downstream again

Jonathan Matthews January 20, 2014 09:52AM

Re: Decompressing a compressed response from upstream, applying transformations and then compressing for downstream again

B.R. January 20, 2014 12:44PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 101
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready