Problem with big files

Justin Dorfman jdorfman at netdna.com
Mon Jun 16 21:12:13 UTC 2014


>
> I use a patch
> Maxim provided some time ago allowing range requests to receive HTTP 206 if
> a resource is not in cache but it's determined to be cacheable...


Can you please link to this patch?


Regards,

Justin Dorfman <http://www.twitter.com/jdorfman>

Director of Developer Relations
MaxCDN <http://twitter.com/MaxCDNDeveloper>


On Mon, Jun 16, 2014 at 2:05 PM, jakubp <nginx-forum at nginx.us> wrote:

> Hi
>
> Recently I hit quite big problem with huge files. Nginx is a cache fronting
> an origin which serves huge files (several GB). Clients use mostly range
> requests (often to get parts towards the end of the file) and I use a patch
> Maxim provided some time ago allowing range requests to receive HTTP 206 if
> a resource is not in cache but it's determined to be cacheable...
>
> When a file is not in cache and I see a flurry of requests for the same
> file
> I see that after proxy_cache_lock_timeout - at that time the download
> didn't
> reach the first requested byte of a lot of requests - nginx establishes a
> new connection to upstream for each client and initiates another download
> of
> the same file. I understand why this happens and that it's by design but...
> That kills the server. Multiple writes to temp directory basically kill the
> disk performance (which in turn blocks nginx worker processes).
>
> Is there anything that can be done to help that? Keeping in mind that I
> can't afford serving HTTP 200 to a range request and also I'd like to avoid
> clients waiting for the first requested byte forever...
>
> Thanks in advance!
>
> Regards,
> Kuba
>
> Posted at Nginx Forum:
> http://forum.nginx.org/read.php?2,250899,250899#msg-250899
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20140616/8c20c578/attachment.html>


More information about the nginx mailing list