Static file benchmarks

Cliff Wells cliff at develix.com
Sat Apr 19 02:22:19 MSD 2008


On Fri, 2008-04-18 at 16:10 -0400, Denis S. Filimonov wrote:
> If this is the case (I'm not even sure what filesystem they use) then using 
> NGINX's file descriptor cache *might* help. Sadly, it is described in the 
> wiki, yet. Try adding the following snippet:
> ----
> open_file_cache          max=1000  inactive=20s;
> open_file_cache_valid    30s;
> open_file_cache_min_uses 2;
> open_file_cache_errors   on;
> ----

If you know of a feature not documented in the wiki, please add it at
your earliest possible convenience =)

Regards,
Cliff







More information about the nginx mailing list