Thanks! So is there any guidance about how to configure cache behavior of linux file systems to gain max performance?<br><br><div class="gmail_quote">On Wed, Jun 24, 2009 at 1:53 PM, Gabriel Ramuglia <span dir="ltr">&lt;<a href="mailto:gabe@vtunnel.com">gabe@vtunnel.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">The linux file system will cache recently or frequently used files in<br>
memory regardless, and the effect is similar in performance to an<br>
application level cache. A separate application level cache would not<br>
necessarily be desirable since the file system cache would largely<br>
have the same items in it anyway; storing them again in an application<br>
level memory cache would simply leave less total memory available to<br>
file caching or other uses.<br>
<div><div></div><div class="h5"><br>
On Tue, Jun 23, 2009 at 10:00 PM, Hua Su&lt;<a href="http://huas.su" target="_blank">huas.su</a>@<a href="http://gmail.com" target="_blank">gmail.com</a>&gt; wrote:<br>
&gt; Hi all,<br>
&gt; Does nginx support to cache static files in memory if it finds several large<br>
&gt; files are requested frequently? If yes, how to control the cache? If not, is<br>
&gt; there any simple way to implement a similar function?<br>
&gt; --<br>
&gt; Hua Su<br>
<br>
</div></div></blockquote></div><br>