Welcome! Log In Create A New Profile

Advanced

proxy_store stampede

Posted by nginx-100 
proxy_store stampede
August 28, 2012 01:02PM
It looks like this issue cannot be fixed by just adjusting configuration file, so I figure I should submit an idea/feature request here.

Original thread : http://forum.nginx.org/read.php?15,5180

proxy_store, while the file is being retrieved from backend, should only make one connection to backend. say if there are 50 clients retrieving one link, they should all be pulling data from a temp_file which is being populated from one backend connection.

What is happening right now is that nginx will make 50 concurrent connections to the backend (network stampede) and write 50 temp files to disk (disk stampede).

Does this make sense? Or if there's any 3rd party mod available (free or for sale) ?

Any comment is appreciated.
Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 179
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready