* Matthew Toseland <toad at amphibian.dyndns.org> [2008-10-21 20:53:51]:

> On Tuesday 21 October 2008 16:24, nextgens at freenetproject.org wrote:
> > Author: nextgens
> > Date: 2008-10-21 15:24:47 +0000 (Tue, 21 Oct 2008)
> > New Revision: 23014
> > 
> > Modified:
> >    trunk/freenet/src/freenet/client/ArchiveManager.java
> >    trunk/freenet/src/freenet/client/ArchiveStoreContext.java
> >    trunk/freenet/src/freenet/client/ClientMetadata.java
> >    trunk/freenet/src/freenet/client/HighLevelSimpleClientImpl.java
> >    trunk/freenet/src/freenet/client/Metadata.java
> >    trunk/freenet/src/freenet/client/async/ClientPutter.java
> >    trunk/freenet/src/freenet/client/async/SimpleManifestPutter.java
> >    trunk/freenet/src/freenet/client/async/SingleFileFetcher.java
> >    trunk/freenet/src/freenet/client/async/SingleFileInserter.java
> >    trunk/freenet/src/freenet/client/async/SplitFileInserter.java
> >    trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java
> >    trunk/freenet/src/freenet/frost/message/FrostMessage.java
> >    trunk/freenet/src/freenet/node/NodeARKInserter.java
> >    trunk/freenet/src/freenet/node/TextModeClientInterface.java
> >    trunk/freenet/src/freenet/node/fcp/ClientPut.java
> >    trunk/freenet/src/freenet/node/fcp/DirPutFile.java
> >    trunk/freenet/src/freenet/node/simulator/BootstrapPushPullTest.java
> > Log:
> > more work on bug #71: *** IT NEEDS TESTING! ***
> > It's still not backward compatible with stable but should be 
> forward-compatible ;)


[...] see r23023

> Do we attempt to compress all files with bzip2 as well as gzip now? Shouldn't 
> there be a max size configuration above which we don't try bzip2, perhaps 
> unless asked to via FCP? bzip2'ing ISOs could take a really long time ...

I don't think we need one. Big files will take long to compress but will take
long to insert too. I think it's worth spending a few more CPU cycles to
spare the insertion of a few blocks (plus their FEC blocks).

Reply via email to