Nginx Windows High Traffic issues
Paul Schlie
schlie at comcast.net
Fri Jun 27 22:44:18 UTC 2014
I don't know if what you're experiencing is related to a problem I'm still tracking down, specifically that multiple redundant read-streams and corresponding temp_files are being opened to read the same file from a backend server for what appears to be a single initial get request by a client for a large mp4 file which was not yet been locally reverse proxy cashed by nginx as an substantially static file. This appears to end up creating 6-10x more traffic and disk activity than is actually required to cache the single file (depending on how many redundant read-stream/temp_files are created. If a server is attempting to reverse proxy many such relatively large files, it could easily saturate nginx with network/disk traffic until most such files requested were eventually locally cached.
On Jun 27, 2014, at 4:30 PM, c0nw0nk <nginx-forum at nginx.us> wrote:
> My new soloution did not last very long everything shot up again so the mp4
> function is needed to drop I/O usage but as of what the optimal setting for
> the buffers are realy does baffle me
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,251186,251265#msg-251265
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
More information about the nginx
mailing list