multiplay / lancache

Dynamically Cache Game Installs at LAN’s using Nginx
BSD 3-Clause "New" or "Revised" License
235 stars 45 forks source link

Use nginx splice module? #4

Closed jkroepke closed 5 years ago

jkroepke commented 8 years ago

Hi,

nginx released a splice module in version 1.10.

It would be more awsome to use the splice module instead the range_cache module, because you can use pre compiled distro packages (ubuntu, fedora, ..).

Did you know, its possible to do this?

liv3d commented 8 years ago

Hey,

We looked at the nginx splice module for another project which uses a similar method, but the md5 hash of the file changes and in turn we couldn't then run the application.

We'd need to test this again though 😄

stevenh commented 5 years ago

Closing prior to archiving this repo