benluteijn / cherokee

Automatically exported from code.google.com/p/cherokee
0 stars 1 forks source link

Allow the config to be compressed #256

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For some applications the Cherokee configuration is still a bit big, I
wonder if we could shrink it to gzip/bzip2/deflate and have it loaded (and
probably saved by the admin) in a specific compression.

From a 15k file we can reduce the size about four times. I think we have
the infrastructure to get this working.

Original issue reported on code.google.com by ste...@konink.de on 2 Dec 2008 at 4:58

GoogleCodeExporter commented 9 years ago
Currently there is no uncompressing mechanism out zlib version. You'd need to 
add an external zlib library to 
the mix in order to get that implemented... which, I'm afraid, would weight 
more than the ~10k you're trying to 
save.

Original comment by alobbs on 2 Dec 2008 at 5:13

GoogleCodeExporter commented 9 years ago
True.. costs ~80k. Stupid of me that we do compression, but not the opposite :{

Original comment by ste...@konink.de on 2 Dec 2008 at 5:36