tomcat - Spring Boot Compression vs. Manual GZip compression -


i have couple of restful apis sending files , forth. file sizes range between 4mb 100mb. know rest not ideal scenario here forced use rest , compress these files being passed around.

my first question is: better use tomcat compression

server.compression.enabled=true 

or use utility class performs gzip compression/decompression on fly.

thank in advance.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -