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

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -