2012/1/25 Claudio Beretta <beretta.clau...@gmail.com>

> A related request: allow multiple resource files to be packed in a single
> (LZMA?) compressed archive.
>
> Modded servers may require several files to be downloaded by new players,
> especially if non stock models are used. These files may be small in size
> but there are a lot of them, so the round trip time is the biggest factor
> slowing the transfer.
> Adding support for archives with better compression will improve the user
> experience, and make admins happier too (the stats for my fastdownload site
> report ~55GB of transferred files and 200K hits every day, 70GB and 250K
> hits on saturday/sunday)
>
>
> Nope, this is not a good idea. Lzma can only compress single files. Maybe
you can use tar or 7zip.
The best was is to realize same thing like with bzip2 but be compatible.

First the client is trying to download the compressed ressource as bzip2,
then lzma and last uncompressed. So you can choose between 3 formats and
can mix it like you want.
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/hlds_linux

Reply via email to