o0111 / ruralcafe

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

Remove compression of certain file stored in the cache #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The original idea for this was to save on disk space, but now it is just 
consuming processing at the proxy. Trading off cpu for disk space is not the 
direction we want to go. The difficulty though is that the existing cache will 
be obsolete. Will need to either convert an existing proxy to support 
reverse-compatibility or just break everything.

Also, whatever is done needs to be resynched with what's in the CIP crawler 
code. This will be less of a problem once that code is integrated into this 
project.

Original issue reported on code.google.com by shouldab...@gmail.com on 10 Oct 2010 at 8:27

GoogleCodeExporter commented 8 years ago
The cache files are not stored stored compressed. The CIP crawler code will 
currently not be integrated. Therefore I close this issue for now.

Original comment by satiaher...@gmx.de on 9 Aug 2013 at 7:32