Multiple range request and proxy_force_ranges directive

2018-12-18 Thread traquila
if (r->cached) { -r->single_range = 0; - } - #endif } Thank you, Traquila Posted at Nginx Forum: https://forum.nginx.org/read.php?2,282412,282412#msg-282412 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Serve multiple requests from a single proxy request

2018-08-31 Thread traquila
Thank you for your answer. This means nginx is not compatible with CMAF and low latency streaming. I tried the slice module and read its code but it does not cover my needs. I guess I have to develop a new proxy module. thanks Traquila Roman Arutyunyan Wrote

Serve multiple requests from a single proxy request

2018-08-31 Thread traquila
tiple requests with a single request to my upstream? Thank you in advance, Traquila Posted at Nginx Forum: https://forum.nginx.org/read.php?2,281058,281058#msg-281058 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Multiple Cache Manager Processes or Threads

2017-12-01 Thread traquila
Thank you for your answer, I am using an old version (1.8.1). I will try to upgrade to 1.12 and check if it solve my problem. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,277597,277616#msg-277616 ___ nginx mailing list nginx@nginx.org http

Re: Multiple Cache Manager Processes or Threads

2017-11-30 Thread traquila
Sorry, I gave wrong values: On the beginning, ram cache is correctly purge around 300GB (+/- Input bandwidth*10sec) , but when the hdd cache begins to fill up, ram cache growing over 320GB. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,277597,277598#msg-277598 __

Multiple Cache Manager Processes or Threads

2017-11-30 Thread traquila
Hello, I have an issue with the cache manager and the way I use it. When I configure 2 different caches zones, one very huge and one very fast, the cache manager can't delete files quickly enough and lead to a partition full. For example: proxy_cache_path /mnt/hdd/cache levels=1:2:2 keys_zone=ca

Re: proxy_cache_path with huge zone size

2013-02-27 Thread traquila
Thank you and sorry for my mistake. You have done a great job! Posted at Nginx Forum: http://forum.nginx.org/read.php?2,236662,236664#msg-236664 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

proxy_cache_path with huge zone size

2013-02-27 Thread traquila
memory between workers for the zone cache? Thank you in advance Traquila Posted at Nginx Forum: http://forum.nginx.org/read.php?2,236662,236662#msg-236662 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx